Skip to content

Commit 6128287

Browse files
committed
org
1 parent 32fb10a commit 6128287

File tree

1 file changed

+13
-92
lines changed

1 file changed

+13
-92
lines changed

static/_redirects

+13-92
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,75 @@
11
# Netlify Redirects
22
# https://docs.netlify.com/routing/redirects/
33

4-
###############################
5-
# Domain-level & legacy doc references
6-
###############################
7-
8-
# Root domain => new docs
4+
# Domain-level references
95
http://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
106
https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
117

12-
###############################
138
# Root => /docs
14-
###############################
159
/ /docs
1610

17-
###############################
1811
# Releases & Versions
19-
###############################
2012
/docs/releases /docs/versions
2113
/docs/releases/changelog /docs/deploy/upgrading
2214
/docs/releases/upgrading /docs/deploy/upgrading
23-
24-
# Consolidate old "changelog" => /docs/deploy/upgrading
2515
/docs/changelog /docs/deploy/upgrading
2616
/docs/changelog.html /docs/deploy/upgrading
2717
/docs/CHANGELOG /docs/deploy/upgrading
2818
/docs/CHANGELOG.html /docs/deploy/upgrading
2919

30-
###############################
3120
# Old debug => new Troubleshooting
32-
###############################
3321
/docs/reference/debug /docs/internals/troubleshooting
3422

35-
###############################
36-
# Guide references => new pages
37-
###############################
23+
# Guides => new pages
3824
/guide/ /docs/get-started/quickstart
3925
/guide/kubernetes.html /docs/deploy/k8s
4026
/guide/kubernetes /docs/deploy/k8s
4127
/docs/deploy/k8s/ /docs/deploy/k8s/quickstart
42-
43-
# Synology
4428
/guide/synology /docs/guides/synology
4529
/guide/synology.html /docs/guides/synology
4630
/docs/quick-start/synology.html /docs/guides/synology
47-
48-
# JWT verification => "getting-users-identity"
4931
/docs/guides/jwt-verification /docs/capabilities/getting-users-identity
5032
/docs/guides/jwt-verification.html /docs/capabilities/getting-users-identity
51-
52-
# Catch-all for /guides
5333
/guides/* /docs/guides/:splat
54-
55-
# Additional direct re-routes
5634
/docs/guides/tcp /docs/capabilities/non-http
5735
/guides/vs-code-server.html /docs/guides/code-server
5836
/docs/guides/vs-code-server.html /docs/guides/code-server
5937
/guides/local-oidc.html /docs/guides/local-oidc
6038
/docs/guides/local-oidc /docs/integrations/user-identity/oidc
6139

62-
###############################
6340
# Programmatic access
64-
###############################
6541
/docs/reference/programmatic-access.html /docs/capabilities/programmatic-access
6642

67-
###############################
6843
# Enterprise => /docs/deploy/enterprise
69-
###############################
7044
/enterprise /docs/deploy/enterprise
7145
/docs/enterprise /docs/deploy/enterprise
72-
73-
# Old service-accounts => new capabilities
7446
/enterprise/service-accounts /docs/capabilities/service-accounts
7547
/enterprise/service-accounts.html /docs/capabilities/service-accounts
76-
77-
# Old Prometheus references => new "configure-metrics"
7848
/enterprise/prometheus /docs/deploy/enterprise/configure-metrics
7949
/enterprise/prometheus.html /docs/deploy/enterprise/configure-metrics
80-
81-
# Old "concepts" => "authentication"
8250
/docs/enterprise/concepts.html /docs/capabilities/authentication
8351
/docs/enterprise/concepts /docs/capabilities/authentication
84-
85-
# Old "about" => enterprise root
8652
/docs/enterprise/about /docs/deploy/enterprise
87-
88-
# Old "reports" => "audit-logs"
8953
/docs/capabilities/reports /docs/capabilities/audit-logs
90-
91-
# Enterprise quickstart
9254
/docs/enterprise/install/quickstart /docs/deploy/enterprise/quickstart
9355
/docs/enterprise/install/quickstart.html /docs/deploy/enterprise/quickstart
9456
/docs/enterprise/install /docs/deploy/enterprise/quickstart
9557
/enterprise/install/ /docs/deploy/enterprise/quickstart
96-
97-
# Old enterprise changelog => new /docs/versions
9858
/docs/enterprise/changelog /docs/versions
9959
/docs/enterprise/changelog.html /docs/versions
100-
101-
# Catch-all for enterprise subpaths
10260
/enterprise/* /docs/deploy/enterprise/:splat
10361

104-
###############################
10562
# Clients
106-
###############################
10763
/docs/deploy/pomerium-cli /docs/deploy/clients
10864
/docs/deploy/pomerium-desktop /docs/deploy/clients
10965
/docs/deploy/clients /docs/deploy/clients
11066
/docs/deploy/clients/* /docs/deploy/clients
11167

112-
###############################
11368
# Zero references
114-
###############################
11569
/docs/zero/cluster-status /docs/troubleshooting/cluster-status
11670
/docs/zero/upgrading /docs/deploy/upgrading
11771

118-
###############################
119-
# Old "quickstart" => /get-started/quickstart
120-
###############################
72+
# Old quickstart => /get-started/quickstart
12173
/docs/quick-start /docs/get-started/quickstart
12274
/docs/quickstart /docs/get-started/quickstart
12375
/docs/install /docs/get-started/quickstart
@@ -132,23 +84,19 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
13284
/docs/install/binary.html /docs/deploy/core
13385
/docs/quick-start/binary /docs/deploy/core
13486
/docs/quick-start/binary.html /docs/deploy/core
135-
136-
# Helm references
137-
/docs/quick-start/helm.html /docs/deploy/k8s/helm
138-
/docs/deploy/k8s/helm /docs/guides/helm
139-
/docs/enterprise/install/helm /docs/guides/helm
140-
/docs/install/helm /docs/guides/helm
141-
/docs/install/helm.html /docs/guides/helm
142-
/docs/deploy/k8s/helm.html /docs/guides/helm
143-
144-
# From-source => /docs/deploy/core
14587
/docs/quick-start/from-source.html /docs/deploy/core
14688
/docs/install/from-source /docs/deploy/core
14789
/docs/install/from-source.html /docs/deploy/core
14890

149-
###############################
91+
# Helm => /docs/deploy/k8s/install (no /docs/guides/helm in current sitemap)
92+
/docs/quick-start/helm.html /docs/deploy/k8s/install
93+
/docs/deploy/k8s/helm /docs/deploy/k8s/install
94+
/docs/enterprise/install/helm /docs/deploy/k8s/install
95+
/docs/install/helm /docs/deploy/k8s/install
96+
/docs/install/helm.html /docs/deploy/k8s/install
97+
/docs/deploy/k8s/helm.html /docs/deploy/k8s/install
98+
15099
# TCP & Non-HTTP
151-
###############################
152100
/docs/tcp /docs/capabilities/non-http
153101
/docs/tcp/client /docs/capabilities/non-http/client
154102
/docs/tcp/client.html /docs/capabilities/non-http/client
@@ -157,14 +105,10 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
157105
/docs/tcp/examples/* /docs/capabilities/non-http/examples/:splat
158106
/docs/tcp/* /docs/capabilities/non-http/examples/:splat
159107

160-
###############################
161-
# /examples/
162-
###############################
108+
# /examples
163109
/examples/js-sdk/express-server /docs/capabilities/getting-users-identity
164110

165-
###############################
166111
# K8s references
167-
###############################
168112
/docs/topics/kubernetes-integration.html /docs/deploy/k8s
169113
/docs/deploying/k8s/install /docs/deploy/k8s/install
170114
/docs/quick-start/kubernetes.html /docs/deploy/k8s/quickstart
@@ -173,35 +117,27 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
173117
/docs/topics/ingress /docs/deploy/k8s/ingress
174118
/kubernetes/ /docs/deploy/k8s/quickstart
175119

176-
###############################
177120
# Troubleshooting & FAQ
178-
###############################
179121
/docs/FAQ.html /docs/internals/troubleshooting
180122
/docs/faq /docs/internals/troubleshooting
181123
/docs/internals/troubleshooting /docs/internals/troubleshooting
182124
/docs/internals/troubleshooting.html /docs/internals/troubleshooting
183125

184-
###############################
185126
# Architecture / background / upgrading
186-
###############################
187127
/docs/architecture.html /docs/internals/architecture
188128
/docs/architecture /docs/internals/architecture
189129
/docs/background /docs/internals/zero-trust
190130
/docs/background.html /docs/internals/zero-trust
191131
/docs/upgrading.html /docs/deploy/upgrading
192132
/docs/upgrading /docs/deploy/upgrading
193133

194-
###############################
195134
# Newly renamed pages
196-
###############################
197135
/_generate-recovery-token /docs/admonitions/_generate-recovery-token
198136
/_generate-recovery-token.html /docs/admonitions/_generate-recovery-token
199137
/_install-mkcert /docs/admonitions/_install-mkcert
200138
/_install-mkcert.html /docs/admonitions/_install-mkcert
201-
202139
/docs/manage/custom-domains /docs/capabilities/custom-domains
203140
/docs/manage/custom-domains.html /docs/capabilities/custom-domains
204-
205141
/docs/get-started/fundamentals/advanced-policies /docs/get-started/fundamentals/core/advanced-policies
206142
/docs/get-started/fundamentals/advanced-policies.html /docs/get-started/fundamentals/core/advanced-policies
207143
/docs/get-started/fundamentals/advanced-routes /docs/get-started/fundamentals/core/advanced-routes
@@ -236,11 +172,8 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
236172
/docs/get-started/fundamentals/zero-single-sign-on.html /docs/get-started/fundamentals/zero/zero-single-sign-on
237173
/docs/get-started/fundamentals/zero-tcp-routes /docs/get-started/fundamentals/zero/zero-tcp-routes
238174
/docs/get-started/fundamentals/zero-tcp-routes.html /docs/get-started/fundamentals/zero/zero-tcp-routes
239-
240175
/docs/integrations/integrations /docs/capabilities/integrations
241176
/docs/integrations/integrations.html /docs/capabilities/integrations
242-
243-
# Fleets, geoip, ip-ranges => new "request-context" or "device-context"
244177
/docs/integrations/fleetdm /docs/integrations/device-context/fleetdm
245178
/docs/integrations/fleetdm.html /docs/integrations/device-context/fleetdm
246179
/docs/integrations/geoip /docs/integrations/request-context/geoip
@@ -251,8 +184,6 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
251184
/docs/integrations/tor-exit-nodes.html /docs/integrations/request-context/tor-exit-nodes
252185
/docs/integrations/vpn-providers /docs/integrations/request-context/vpn-providers
253186
/docs/integrations/vpn-providers.html /docs/integrations/request-context/vpn-providers
254-
255-
# OIDC, Okta, Ping, etc. => new "user-identity"
256187
/docs/integrations/apple /docs/integrations/user-identity/apple
257188
/docs/integrations/apple.html /docs/integrations/user-identity/apple
258189
/docs/integrations/auth0 /docs/integrations/user-identity/auth0
@@ -275,16 +206,12 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
275206
/docs/integrations/one-login.html /docs/integrations/user-identity/one-login
276207
/docs/integrations/ping /docs/integrations/user-identity/ping
277208
/docs/integrations/ping.html /docs/integrations/user-identity/ping
278-
279-
# BambooHR, directory-sync => user-standing
280209
/docs/integrations/bamboohr /docs/integrations/user-standing/bamboohr
281210
/docs/integrations/bamboohr.html /docs/integrations/user-standing/bamboohr
282211
/docs/capabilities/directory-sync /docs/integrations/user-standing/directory-sync
283212
/docs/capabilities/directory-sync.html /docs/integrations/user-standing/directory-sync
284213
/docs/integrations/zenefits /docs/integrations/user-standing/zenefits
285214
/docs/integrations/zenefits.html /docs/integrations/user-standing/zenefits
286-
287-
# TLS, clusters, mutual-auth => new "internals"
288215
/docs/capabilities/certificates-and-tls /docs/internals/certificates-and-tls
289216
/docs/capabilities/certificates-and-tls.html /docs/internals/certificates-and-tls
290217
/docs/manage/clusters /docs/internals/clusters
@@ -297,17 +224,11 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
297224
/docs/deploy/cloud/api-guide.html /docs/internals/management-api-zero
298225
/docs/manage/mutual-auth /docs/internals/mutual-auth
299226
/docs/manage/mutual-auth.html /docs/internals/mutual-auth
300-
301-
# "metrics" => internals or enterprise config
302227
/docs/capabilities/metrics /docs/internals/metrics
303228
/docs/capabilities/metrics.html /docs/internals/metrics
304-
305-
# PPL, programmatic
306229
/docs/capabilities/ppl /docs/internals/ppl
307230
/docs/capabilities/ppl.html /docs/internals/ppl
308231
/docs/capabilities/programmatic-access /docs/internals/programmatic-access
309232
/docs/capabilities/programmatic-access.html /docs/internals/programmatic-access
310-
311-
# Troubleshooting
312233
/docs/manage/troubleshooting /docs/internals/troubleshooting
313-
/docs/manage/troubleshooting.html /docs/internals/troubleshooting
234+
/docs/manage/troubleshooting.html /docs/internals/troubleshooting

0 commit comments

Comments
 (0)