forked from cert-manager/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_redirects
22 lines (17 loc) · 1.52 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# These rules will change if you change your site’s custom domains or HTTPS settings
# Redirect domain aliases to primary domain
https://netlify.cert-manager.io/* https://cert-manager.io/:splat 301!
# Optional: Redirect default Netlify subdomain to primary domain
https://cert-manager.netlify.com/* https://cert-manager.io/:splat 301!
# We previously released the external loadbalancer page under /configuration, and is now moved to /configuration/acme/http01/
https://cert-manager.io/docs/configuration/externalloadbalancer/ https://cert-manager.io/docs/configuration/acme/http01/externalloadbalancer/ 301!
# Before May 2021, the project-maturity page listed the various Kubernetes
# releases that cert-manager was supporting. Since we moved this information
# to the supported-releases page, we removed the project-maturity page.
https://cert-manager.io/docs/concepts/project-maturity/ https://cert-manager.io/docs/installation/supported-releases/
# Before July 2021, the install pages were organised differently, below
# are some redirects to fix external references to these old pages.
https://cert-manager.io/docs/installation/kubernetes/ https://cert-manager.io/docs/installation/supported-releases/
https://cert-manager.io/docs/installation/openshift/ https://cert-manager.io/docs/installation/supported-releases/
https://cert-manager.io/docs/installation/uninstall/kubernetes/ https://cert-manager.io/docs/installation/uninstall/
https://cert-manager.io/docs/installation/uninstall/openshift/ https://cert-manager.io/docs/installation/uninstall/