Unlist replica-aware routing docs page from nav and search (DOC-849)#6435
Merged
dhtclk merged 1 commit intoJun 23, 2026
Merged
Conversation
Add `unlisted: true` to the replica-aware routing page so it drops from the autogenerated sidebar, the sitemap, and is tagged noindex, while staying reachable by direct URL. Teach the Algolia indexer (scripts/search/index_pages.py) to read and skip pages with `unlisted`/`draft` set in frontmatter. The indexer previously ignored these flags, so unlisted pages were still surfaced in site search. This removes the replica-aware routing page (and 7 other already-unlisted pages that were being indexed by mistake). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
Blargian
approved these changes
Jun 23, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#250 Removed the replica-aware routing page from Cloud navigation and excluded it from search while keeping it reachable by URL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retires the replica-aware routing page without deleting it — some users are still on the feature, so it stays reachable by direct URL while being removed from navigation and search.
DOC-849
Changes
docs/cloud/features/05_infrastructure/replica-aware-routing.md— addunlisted: true. Docusaurus drops it from the autogenerated sidebar, excludes it from the sitemap, and tags itnoindex. The page is still served at/manage/replica-aware-routing.scripts/search/index_pages.py— teach the Algolia indexer to read and skipunlisted/draftpages. It previously ignored these flags, so unlisted pages were still indexed and surfaced in site search.Note for reviewers
The indexer change is repo-wide by design: it now correctly excludes all 8 currently-unlisted pages (this one, the AI
model-parameterspage, and 6 managed-onboarding pages) — 65 search records that were being indexed despiteunlisted: true. Verified locally withindex_pages.py --dry_run: the replica-aware routing page went from 5 records to 0, total index 22,426 → 22,361.The
update searchlabel is applied so the index is refreshed on merge.Not covered here
kapa.ai ("Ask AI") is a separate ingestion pipeline managed outside this repo and is unaffected by these changes. If the page should also be excluded from AI answers, that needs a URL exclusion in the kapa dashboard — tracked as a follow-up on DOC-849.
🤖 Generated with Claude Code