Skip to content

Commit

Permalink
Fix broken OIDC Providers link (#11327)
Browse files Browse the repository at this point in the history
Recent website framework changes don't render pages that aren't linked
from the sidebar. This page has been (for now at least) added to the
sidebar to fix the issue.
  • Loading branch information
Jim Kalafut authored and actions-user committed Apr 8, 2021
1 parent 5e78e31 commit 6360fb1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,16 @@
},
{
"title": "JWT/OIDC",
"path": "auth/jwt"
"routes": [
{
"title": "Overview",
"path": "auth/jwt"
},
{
"title": "OIDC Providers",
"path": "auth/jwt_oidc_providers"
}
]
},
{
"title": "Kerberos",
Expand Down

0 comments on commit 6360fb1

Please sign in to comment.