Skip to content

Commit df183be

Browse files
Merge pull request #187 from Kuadrant/redirects-for-install-and-scp
Add redirects plugin & install/scp redirects
2 parents 41afd67 + e7cf6fa commit df183be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

mkdocs.yml

+8
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ plugins:
105105
- /README.md
106106
- /docs/*
107107
- /config/samples/*
108+
- redirects:
109+
redirect_maps:
110+
'getting-started-single-cluster.md': 'getting-started.md'
111+
'getting-started-multi-cluster.md': 'getting-started.md'
112+
'kuadrant-operator/doc/install/install-kubernetes.md': 'getting-started.md'
113+
'kuadrant-operator/doc/install/install-openshift.md': 'getting-started.md'
114+
'kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md': 'kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md'
115+
'kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md': 'kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md'
108116
nav:
109117
- 'Overview': index.md
110118
- 'Getting Started': getting-started.md

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ mkdocs-multirepo-plugin==0.8.3
22
mkdocs==1.6.1
33
mkdocs-material==9.5.44
44
mike==2.1.3
5-
mdx-breakless-lists==1.0.1
5+
mdx-breakless-lists==1.0.1
6+
mkdocs-redirects==1.2.2

0 commit comments

Comments
 (0)