Docs: Restore legacy routes for migrated pages - #112655
Conversation
|
Workflow [PR], commit [435ac07] Summary: ✅ AI ReviewSummaryThis PR restores eight legacy docs redirects in Findings
Final VerdictChanges needed. |
| "destination": "/clickstack/demo-days/2026/2026-07-02", | ||
| "source": "/use-cases/observability/clickstack/demo-days/2026/2026-07-02" | ||
| }, | ||
| { | ||
| "destination": "/clickstack/demo-days/2026/2026-07-10", | ||
| "source": "/use-cases/observability/clickstack/demo-days/2026/2026-07-10" |
There was a problem hiding this comment.
The earlier ClickStack demo-day redirects restored the locale-prefixed legacy URLs as well (/jp, /ko, /ru, /zh), but this hunk only adds the English /use-cases/... sources. That leaves the July 2 and July 10 translated pages in an odd state: docs/{ja,ko,ru,zh}/clickstack/demo-days/2026/2026-07-{02,10}.mdx are already present and live under /ja|ko|ru|zh/clickstack/..., yet the old locale URLs still 404 (for example /ko/use-cases/observability/clickstack/demo-days/2026/2026-07-02). Please add the localized redirect entries for both dates as well, using /jp/... -> /ja/... for Japanese to match the existing pattern.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Move this cleanup to an isolated pull request. Related public page: https://clickhouse.com/docs/products/cloud/guides/infrastructure/deployment-options/byoc/overview
Restore eight legacy Docusaurus URLs for English pages recovered by the documentation migration audit. The pages and navigation are already present on
master, but these post-snapshot legacy slugs were absent from the migration manifest and did not receive redirects to their canonical Mintlify routes.This preserves existing public links for four ClickStack demo-day pages, Estuary Native, Tigris, the BYOC shared-responsibility page, and the custom-role RBAC migration guide.
Related: #112512
Related: ClickHouse/clickhouse-docs#6480
Related: ClickHouse/clickhouse-docs#6486
Related: ClickHouse/clickhouse-docs#6255
Related: ClickHouse/clickhouse-docs#6496
Related: ClickHouse/clickhouse-docs#6373
Related: ClickHouse/clickhouse-docs#6476
Related: ClickHouse/clickhouse-docs#6528
Related: ClickHouse/clickhouse-docs#6542
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Not applicable (documentation).
Version info
26.8.1.574(included in26.8and later)