Skip to content

Commit fe1e5dc

Browse files
authored
Merge pull request #29 from stakater/add-redirects
added redirects for migrated paths
2 parents a4299c4 + 8791f61 commit fe1e5dc

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

theme_common

theme_override/mkdocs.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
1945
nav:
2046
- Overview:
2147
- index.md

0 commit comments

Comments
 (0)