forked from replicatedhq/replicated-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
113 lines (84 loc) · 4.03 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
###################################################
###################################################
# Replicated Docs Redirects
###################################################
###################################################
###################################################
# Syntax
###################################################
#[[redirects]]
#from = "FROM_URL"
#to = "TO_URL"
# For more information, see https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
###################################################
# High-Level Redirects
###################################################
# Redirects from the root of the directories
[[redirects]]
#from = "/*"
#to = "/blog/:splat"
# See https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
from = "https://docs.replicated.com/vendor"
to = "https://docs.replicated.com/vendor/distributing-workflow"
[[redirects]]
from = "https://docs.replicated.com/enterprise"
to = "https://docs.replicated.com/enterprise/installing-overview"
[[redirects]]
from = "https://docs.replicated.com/reference"
to = "https://docs.replicated.com/reference/custom-resource-about"
[[redirects]]
from = "https://docs.replicated.com/release-notes"
to = "https://docs.replicated.com/release-notes/rn-whats-new"
###################################################
# Redirects To the Getting Started Section
###################################################
[[redirects]]
from = "https://docs.replicated.com/vendor/tutorial-installing-with-existing-cluster"
to = "https://docs.replicated.com/vendor/tutorial-ui-setup"
[[redirects]]
from = "https://docs.replicated.com/vendor/tutorial-installing-with-cli"
to = "https://docs.replicated.com/vendor/tutorial-cli-setup"
[[redirects]]
from = "https://docs.replicated.com/vendor/tutorial-installing-without-existing-cluster"
to = "https://docs.replicated.com/vendor/tutorial-ui-setup"
###################################################
# Redirects To the Vendor Section
###################################################
[[redirects]]
from = "https://docs.replicated.com/vendor/helm-chart-components"
to = "https://docs.replicated.com/vendor/helm-optional-charts"
[[redirects]]
from = "https://docs.replicated.com/vendor/packaging-custom-resources"
to = "https://docs.replicated.com/vendor/releases-creating-releases"
[[redirects]]
from="https://docs.replicated.com/vendor/tutorial-ha-cluster-deploying"
to="https://docs.replicated.com/enterprise/installing-embedded-cluster#install-with-ha-in-online-environments"
[[redirects]]
from="https://docs.replicated.com/vendor/tutorial-installing-air-gap-existing-cluster-gcp"
to="https://docs.replicated.com/enterprise/installing-existing-cluster#air-gap"
[[redirects]]
from="https://docs.replicated.com/vendor/releases-promoting"
to="https://docs.replicated.com/vendor/releases-creating-releases"
[[redirects]]
from="https://docs.replicated.com/vendor/packaging-private-registry-cname"
to="https://docs.replicated.com/vendor/custom-domains"
###################################################
# Redirects To the Enterprise Section
###################################################
[[redirects]]
from="https://docs.replicated.com/enterprise/updating-existing-cluster"
to="https://docs.replicated.com/enterprise/updating-app-manager"
###################################################
# Redirects To the References Section
###################################################
# Redirects from the removed packaging-template-functions topic
[[redirects]]
from="https://docs.replicated.com/vendor/packaging-template-functions"
to= "https://docs.replicated.com/reference/template-functions-about"
# Redirects from the old topic name KOTS Lint Rules to the new topic name Lint Rules
[[redirects]]
from="https://docs.replicated.com/reference/kots-lint"
to="https://docs.replicated.com/reference/linter"
###################################################
# Redirects To the Release Notes Section
###################################################