Skip to content

docs: unlist replica-aware routing from nav and search#250

Merged
Blargian merged 1 commit into
mainfrom
mintlify/36960383
Jun 24, 2026
Merged

docs: unlist replica-aware routing from nav and search#250
Blargian merged 1 commit into
mainfrom
mintlify/36960383

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Port ClickHouse/clickhouse-docs#6435 (DOC-849): retire the replica-aware routing page without deleting it, since some users are still on the feature. The page stays reachable at its direct URL (/manage/replica-aware-routing) but is removed from navigation and excluded from search.

Changes

  • products/cloud/navigation.json — remove the replica-aware-routing entry from the Cloud infrastructure group.
  • products/cloud/features/infrastructure/replica-aware-routing.mdx — add noindex: true to the frontmatter (Mintlify equivalent of Docusaurus unlisted: true for search/sitemap exclusion).

Context

Upstream uses Docusaurus unlisted: true, which drops a page from the autogenerated sidebar, the sitemap, and tags it noindex. Mintlify has no single equivalent — navigation is explicit, so removing the entry from navigation.json handles the sidebar/sitemap side, and noindex: true in frontmatter handles the search/indexing side.

Ambiguity / notes for reviewers

  • i18n nav files left untouched per task instructions (es/, ja/, ko/, pt-BR/, ru/, zh/ products/cloud/navigation.json still list this page). If those should also drop the entry, that needs a follow-up.
  • The upstream PR also patches an Algolia indexer script (scripts/search/index_pages.py) to honor unlisted/draft frontmatter. That script does not exist in this repo (Mintlify ships its own search), so nothing to port there.
  • The upstream notes kapa.ai ("Ask AI") ingestion is managed outside the repo and unaffected — same applies here.

@mintlify

mintlify Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ClickHouse-docs 🟢 Ready View Preview Jun 23, 2026, 8:18 PM

@Blargian Blargian merged commit 9df7fff into main Jun 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant