Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion theme_common
Submodule theme_common updated 1 files
+1 −0 requirements.txt
26 changes: 26 additions & 0 deletions theme_override/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading