@@ -16,6 +16,32 @@ extra:
1616 provider : mike
1717 default : latest
1818
19+ # Redirects from the pre-reorganization paths so old bookmarks / inbound links
20+ # keep working. Keys are the old paths, values the new locations.
21+ plugins :
22+ - redirects :
23+ redirect_maps :
24+ about/key-features.md : overview/key-features.md
25+ about/benefits.md : overview/use-cases.md
26+ architecture/architecture.md : concepts/architecture.md
27+ architecture/concepts.md : concepts/terminology.md
28+ architecture/logs-metrics.md : reference/metrics.md
29+ installation/overview.md : getting-started/installation/overview.md
30+ installation/openshift.md : getting-started/installation/openshift.md
31+ installation/kubernetes.md : getting-started/installation/kubernetes.md
32+ kubernetes-resources/template.md : concepts/templates/template.md
33+ kubernetes-resources/template-instance.md : concepts/templates/template-instance.md
34+ kubernetes-resources/cluster-template-instance.md : concepts/templates/cluster-template-instance.md
35+ kubernetes-resources/how-to-guides/copying-resources.md : guides/templates/copying-resources.md
36+ kubernetes-resources/how-to-guides/copying-resources-2.md : guides/templates/copying-resources-2.md
37+ kubernetes-resources/how-to-guides/distributing-manifests.md : guides/templates/distributing-manifests.md
38+ kubernetes-resources/how-to-guides/deploying-templates.md : guides/templates/deploying-templates.md
39+ kubernetes-resources/how-to-guides/resource-sync-by-tgi.md : guides/templates/resource-sync-by-tgi.md
40+ kubernetes-resources/how-to-guides/distributing-secrets-using-sealed-secret-template.md : guides/templates/distributing-secrets-using-sealed-secret-template.md
41+ kubernetes-resources/how-to-guides/deploying-private-helm-charts.md : guides/templates/deploying-private-helm-charts.md
42+ kubernetes-resources/how-to-guides/template-default-params.md : guides/templates/template-default-params.md
43+ changelog.md : release-notes.md
44+
1945nav :
2046 - Overview :
2147 - index.md
0 commit comments