File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,14 @@ plugins:
105
105
- /README.md
106
106
- /docs/*
107
107
- /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'
108
116
nav :
109
117
- ' Overview ' : index.md
110
118
- ' Getting Started ' : getting-started.md
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ mkdocs-multirepo-plugin==0.8.3
2
2
mkdocs == 1.6.1
3
3
mkdocs-material == 9.5.44
4
4
mike == 2.1.3
5
- mdx-breakless-lists == 1.0.1
5
+ mdx-breakless-lists == 1.0.1
6
+ mkdocs-redirects == 1.2.2
You can’t perform that action at this time.
0 commit comments