From 8791f61b22fdbb6f3ae5b864bb8d82a959ea0a16 Mon Sep 17 00:00:00 2001 From: Safwan Date: Thu, 23 Jul 2026 15:59:56 +0500 Subject: [PATCH] added redirects for migrated paths --- theme_common | 2 +- theme_override/mkdocs.yml | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/theme_common b/theme_common index aaeaf53..fb5aa4b 160000 --- a/theme_common +++ b/theme_common @@ -1 +1 @@ -Subproject commit aaeaf531d269672ec5deb3752d6d87af85eb8ea8 +Subproject commit fb5aa4bc14b05ec40202fdc5318ee3230e4a8ff0 diff --git a/theme_override/mkdocs.yml b/theme_override/mkdocs.yml index 1e2049c..dcdfa4f 100644 --- a/theme_override/mkdocs.yml +++ b/theme_override/mkdocs.yml @@ -16,6 +16,32 @@ extra: provider: mike default: latest +# Redirects from the pre-reorganization paths so old bookmarks / inbound links +# keep working. Keys are the old paths, values the new locations. +plugins: + - redirects: + redirect_maps: + about/key-features.md: overview/key-features.md + about/benefits.md: overview/use-cases.md + architecture/architecture.md: concepts/architecture.md + architecture/concepts.md: concepts/terminology.md + architecture/logs-metrics.md: reference/metrics.md + installation/overview.md: getting-started/installation/overview.md + installation/openshift.md: getting-started/installation/openshift.md + installation/kubernetes.md: getting-started/installation/kubernetes.md + kubernetes-resources/template.md: concepts/templates/template.md + kubernetes-resources/template-instance.md: concepts/templates/template-instance.md + kubernetes-resources/cluster-template-instance.md: concepts/templates/cluster-template-instance.md + kubernetes-resources/how-to-guides/copying-resources.md: guides/templates/copying-resources.md + kubernetes-resources/how-to-guides/copying-resources-2.md: guides/templates/copying-resources-2.md + kubernetes-resources/how-to-guides/distributing-manifests.md: guides/templates/distributing-manifests.md + kubernetes-resources/how-to-guides/deploying-templates.md: guides/templates/deploying-templates.md + kubernetes-resources/how-to-guides/resource-sync-by-tgi.md: guides/templates/resource-sync-by-tgi.md + kubernetes-resources/how-to-guides/distributing-secrets-using-sealed-secret-template.md: guides/templates/distributing-secrets-using-sealed-secret-template.md + kubernetes-resources/how-to-guides/deploying-private-helm-charts.md: guides/templates/deploying-private-helm-charts.md + kubernetes-resources/how-to-guides/template-default-params.md: guides/templates/template-default-params.md + changelog.md: release-notes.md + nav: - Overview: - index.md