Skip to content

Commit deef209

Browse files
kcmannemclaude
andcommitted
Switch JWT page from sidebar entry to floating-pages exception
The JWT auth page is Cloud-only while its siblings under External Authenticators in the sidebar are self-managed-only, so listing it alongside them mis-routes Cloud readers and broke `DocsCheck`. Revert the sidebar addition and add the page to `plugins/floating-pages-exceptions.txt` instead — same as other intentionally-out-of-nav pages such as `cloud/features/backups/faq.md`. The page remains reachable from `operations/external-authenticators/index.md`, which lists it as the JWT authenticator entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 42ec629 commit deef209

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/floating-pages-exceptions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ integrations/data-ingestion/clickpipes/postgres/maintenance.md
1313
operations/utilities/clickhouse-keeper-http-api.md
1414
cloud/features/backups/faq.md
1515
interfaces/web-terminal
16+
operations/external-authenticators/jwt.md

sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,6 @@ const sidebars = {
16301630
},
16311631
'operations/external-authenticators/http',
16321632
'operations/external-authenticators/kerberos',
1633-
'operations/external-authenticators/jwt',
16341633
],
16351634
},
16361635
],

0 commit comments

Comments
 (0)