-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathredirects.ts
More file actions
283 lines (264 loc) · 24.9 KB
/
redirects.ts
File metadata and controls
283 lines (264 loc) · 24.9 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
// src/redirects.ts
import type { RedirectConfig } from 'astro';
export const redirects: Record<string, RedirectConfig> = {
'/pages/federalist-migration/': 'https://docs.cloud.gov/pages/security-compliance/pages-atu-guide',
'/pages/features/': '/pages',
'/pages/success-stories/': '/pages',
'/pages/pricing/': '/pricing',
'/pages/contact/': '/contact',
'/pricing/free-limited-sandbox/': '/sign-up',
'/pricing/quotas/': '/pricing',
'/docs/pricing/free-limited-sandbox/': '/sign-up',
'/docs/pricing/quotas/': '/pricing',
'/news/': 'https://docs.cloud.gov/news',
'/updates.xml': 'https://docs.cloud.gov/release-notes/rss.xml',
// will add these pages soon
'/docs/customer-stories/epa-airnow-gov/': '/customer-stories/epa-airnow-gov/',
'/docs/customer-stories/fec/': '/customer-stories/fec/',
'/docs/overview/': '/',
'/docs/overview/cloudgov-benefits/': '/',
'/docs/overview/cloudgov-team/': '/',
'/docs/overview/customer-service-objectives/': '/',
'/docs/overview/enterprise-approach-to-cloud/': '/',
'/docs/overview/fedramp-tracker/': '/',
'/docs/overview/portfolio-analysis/': '/',
'/docs/overview/using-cloudgov-paas/': '/',
'/docs/overview/what-is-cloudgov/': '/',
'/docs/overview/who-can-use-cloudgov/': '/',
// ^^ docs that aren't docs
// platform docs
'/docs/': 'https://docs.cloud.gov/',
'/docs/compliance/ato-process/': 'https://docs.cloud.gov/platform/compliance/ato-process',
'/docs/compliance/auditing-activity/': 'https://docs.cloud.gov/platform/compliance/auditing-activity',
'/docs/compliance/cisa-directives/': 'https://docs.cloud.gov/platform/compliance/cisa-directive-compliance',
'/docs/compliance/compliance-community/': 'https://docs.cloud.gov/platform/compliance/compliance-community',
'/docs/compliance/customer-separation/': 'https://docs.cloud.gov/platform/compliance/customer-separation',
'/docs/compliance/diagrams/': 'https://docs.cloud.gov/platform/compliance/',
'/docs/compliance/domain-standards/': 'https://docs.cloud.gov/platform/compliance/domain-security-standards',
'/docs/compliance/for-assessors/': 'https://docs.cloud.gov/platform/compliance/assessor-overview',
'/docs/compliance/incident-plans/': 'https://docs.cloud.gov/platform/compliance/incident-response-planning',
'/docs/compliance/logging-requirements/': 'https://docs.cloud.gov/platform/compliance/meeting-tic-requirements',
'/docs/compliance/meeting-tic-requirements/': 'https://docs.cloud.gov/platform/compliance/meeting-tic-requirements',
'/docs/compliance/pentest/': 'https://docs.cloud.gov/platform/compliance/penetration-testing',
'/docs/deployment/app-maintenance/': 'https://docs.cloud.gov/platform/deployment/app-maintenance',
'/docs/deployment/assets/': 'https://docs.cloud.gov/platform/deployment/assets',
'/docs/deployment/custom-buildpacks/': 'https://docs.cloud.gov/platform/deployment/custom-buildpacks',
'/docs/deployment/deployment/': 'https://docs.cloud.gov/platform/deployment/',
'/docs/deployment/docker/': 'https://docs.cloud.gov/platform/deployment/docker',
'/docs/deployment/frameworks/': 'https://docs.cloud.gov/platform/deployment/frameworks',
'/docs/deployment/logs/': 'https://docs.cloud.gov/platform/deployment/logs',
'/docs/deployment/managed-services/': 'https://docs.cloud.gov/platform/deployment/managed-services',
'/docs/deployment/production-ready/': 'https://docs.cloud.gov/platform/deployment/production-ready',
'/docs/deployment/static/': 'https://docs.cloud.gov/platform/deployment/static',
'/docs/deployment/troubleshooting/': 'https://docs.cloud.gov/platform/deployment/troubleshooting',
'/docs/getting-started/accounts/': 'https://docs.cloud.gov/platform/getting-started/account-management',
'/docs/getting-started/code-samples/': 'https://docs.cloud.gov/platform/getting-started/code-samples',
'/docs/getting-started/concepts/': 'https://docs.cloud.gov/platform/getting-started/platform-concepts',
'/docs/getting-started/reference/': 'https://docs.cloud.gov/platform/getting-started/reference',
'/docs/getting-started/setup/': 'https://docs.cloud.gov/platform/getting-started/initial-setup',
'/docs/getting-started/your-first-deploy/': 'https://docs.cloud.gov/platform/getting-started/quickstart-setup',
'/docs/management/Renaming-Spaces/': 'https://docs.cloud.gov/platform/management/renaming-spaces',
'/docs/management/cloning/': 'https://docs.cloud.gov/platform/management/cloning',
'/docs/management/container-to-container/': 'https://docs.cloud.gov/platform/management/container-to-container',
'/docs/management/continuous-deployment/': 'https://docs.cloud.gov/platform/management/continuous-deployment',
'/docs/management/custom-domains/': 'https://docs.cloud.gov/platform/management/custom-domains',
'/docs/management/database-backup-restore/': 'https://docs.cloud.gov/platform/management/database-backup-restore',
'/docs/management/headers/': 'https://docs.cloud.gov/platform/management/headers',
'/docs/management/leveraging-authentication/': 'https://docs.cloud.gov/platform/management/leveraging-authentication',
'/docs/management/limits/': 'https://docs.cloud.gov/platform/management/limits',
'/docs/management/moving-apps/': 'https://docs.cloud.gov/platform/management/moving-apps',
'/docs/management/multiple-instances/': 'https://docs.cloud.gov/platform/management/multiple-instances',
'/docs/management/one-off-tasks/': 'https://docs.cloud.gov/platform/management/one-off-tasks',
'/docs/management/plugins/': 'https://docs.cloud.gov/platform/management/plugins',
'/docs/management/production-ready/': 'https://docs.cloud.gov/platform/management/production-ready',
'/docs/management/space-egress/': 'https://docs.cloud.gov/platform/management/space-egress',
'/docs/management/static-egress/': 'https://docs.cloud.gov/platform/management/static-egress',
'/docs/management/static/': 'https://docs.cloud.gov/platform/management/static',
'/docs/management/troubleshooting/': 'https://docs.cloud.gov/platform/management/troubleshooting',
'/docs/management/using-ssh/': 'https://docs.cloud.gov/platform/management/using-ssh',
'/docs/orgs-spaces/dashboard/': 'https://docs.cloud.gov/platform/orgs-spaces/dashboard',
'/docs/orgs-spaces/limits/': 'https://docs.cloud.gov/platform/orgs-spaces/limits',
'/docs/orgs-spaces/new-org/': 'https://docs.cloud.gov/platform/orgs-spaces/new-org',
'/docs/orgs-spaces/roles/': 'https://docs.cloud.gov/platform/orgs-spaces/roles',
'/docs/orgs-spaces/sso/': 'https://docs.cloud.gov/platform/orgs-spaces/sso',
'/docs/services/app-autoscaler/': 'https://docs.cloud.gov/platform/services/app-autoscaler',
'/docs/services/aws-elasticache/': 'https://docs.cloud.gov/platform/services/aws-elasticache',
'/docs/services/aws-elasticsearch/': 'https://docs.cloud.gov/platform/services/aws-elasticsearch',
'/docs/services/aws-ses/': 'https://docs.cloud.gov/platform/services/aws-elasticache',
'/docs/services/cdn-route/': 'https://docs.cloud.gov/platform/services/cdn-route',
'/docs/services/cloud-gov-identity-provider/': 'https://docs.cloud.gov/platform/services/cloud-gov-identity-provider',
'/docs/services/cloud-gov-service-account/': 'https://docs.cloud.gov/platform/services/cloud-gov-service-account',
'/docs/services/custom-domains/': 'https://docs.cloud.gov/platform/services/custom-domains',
'/docs/services/external-domain-service/': 'https://docs.cloud.gov/platform/services/external-domain-service',
'/docs/services/intro/': 'https://docs.cloud.gov/platform/services/intro',
'/docs/services/relational-database/': 'https://docs.cloud.gov/platform/services/relational-database',
'/docs/services/s3/': 'https://docs.cloud.gov/platform/services/s3',
'/docs/technology/conforming-federal-security-regulations/': 'https://docs.cloud.gov/platform/technology/platform-security-protections',
'/docs/technology/iaas/': 'https://docs.cloud.gov/platform/technology/infrastructure-overview',
'/docs/technology/platform-protections/': 'https://docs.cloud.gov/platform/technology/platform-security-protections',
'/docs/technology/responsibilities/': 'https://docs.cloud.gov/platform/technology/shared-responsibilities',
// pages docs
'/pages/documentation/': 'https://docs.cloud.gov/pages/using-pages/getting-started',
'/pages/documentation/21st-century-idea/': 'https://docs.cloud.gov/pages/using-pages/21st-century-idea',
'/pages/documentation/access-permissions/': 'https://docs.cloud.gov/pages/using-pages/permissions',
'/pages/documentation/adding-users/': 'https://docs.cloud.gov/pages/using-pages/add-user',
'/pages/documentation/automated-site-reports/': 'https://docs.cloud.gov/pages/security-compliance/automated-site-reports',
'/pages/documentation/before-you-launch/': 'https://docs.cloud.gov/pages/using-pages/before-you-launch',
'/pages/documentation/build-errors/': 'https://docs.cloud.gov/pages/developers/build-errors',
'/pages/documentation/bundler-on-pages/': 'https://docs.cloud.gov/pages/developers/bundler-on-pages',
'/pages/documentation/cache-dependencies/': 'https://docs.cloud.gov/pages/developers/cache-dependencies',
'/pages/documentation/cloud-gov/': 'https://docs.cloud.gov/pages/developers/cloud-gov',
'/pages/documentation/content-guide/': 'https://docs.cloud.gov/pages/using-pages/migration-guide',
'/pages/documentation/custom-domains/': 'https://docs.cloud.gov/pages/using-pages/custom-domains',
'/pages/documentation/custom-headers/': 'https://docs.cloud.gov/pages/using-pages/custom-headers',
'/pages/documentation/custom-urls/': 'https://docs.cloud.gov/platform/deployment/custom-buildpacks',
'/pages/documentation/customer-responsibilities/': 'https://docs.cloud.gov/pages/security-compliance/customer-responsibilities',
'/pages/documentation/customization/': 'https://docs.cloud.gov/pages/using-pages/customization',
'/pages/documentation/env-vars-on-pages-builds/': 'https://docs.cloud.gov/pages/developers/env-vars-on-pages-builds',
'/pages/documentation/external-tools-and-resources/': 'https://docs.cloud.gov/pages/developers/external-tools-and-resources',
'/pages/documentation/federalist-json/': 'https://docs.cloud.gov/pages/using-pages/federalist-json',
'/pages/documentation/forms/': 'https://docs.cloud.gov/pages/using-pages/forms',
'/pages/documentation/getting-started-with-decap-cms/': 'https://docs.cloud.gov/pages/using-pages/getting-started-with-netlify-cms',
'/pages/documentation/how-builds-work/': 'https://docs.cloud.gov/pages/developers/how-builds-work',
'/pages/documentation/how-pages-works/': 'https://docs.cloud.gov/pages/developers/how-builds-work',
'/pages/documentation/included-with-pages/': 'https://docs.cloud.gov/pages/using-pages/included-with-pages',
'/pages/documentation/large-file-handling/': 'https://docs.cloud.gov/pages/developers/large-file-handling',
'/pages/documentation/migration-guide/': 'https://docs.cloud.gov/pages/using-pages/migration-guide',
'/pages/documentation/monorepos-on-pages/': 'https://docs.cloud.gov/pages/developers/monorepos-on-pages',
'/pages/documentation/node-on-pages/': 'https://docs.cloud.gov/pages/developers/node-on-pages',
'/pages/documentation/previews/': 'https://docs.cloud.gov/pages/using-pages/previews',
'/pages/documentation/renaming-site-repository/': 'https://docs.cloud.gov/pages/developers/renaming-site-repository',
'/pages/documentation/resources/': 'https://docs.cloud.gov/pages/using-pages/resources',
'/pages/documentation/rvm-on-pages/': 'https://docs.cloud.gov/pages/developers/rvm-on-pages',
'/pages/documentation/sandbox/': 'https://docs.cloud.gov/pages/using-pages/sandbox',
'/pages/documentation/search/': 'https://docs.cloud.gov/pages/using-pages/search',
'/pages/documentation/security-and-compliance/': 'https://docs.cloud.gov/pages/security-compliance/pages-atu-guide',
'/pages/documentation/supported-site-engines/': 'https://docs.cloud.gov/pages/developers/supported-site-engines',
'/pages/documentation/templates/': 'https://docs.cloud.gov/pages/developers/node-on-pages',
'/pages/documentation/why-use-pages/': 'https://docs.cloud.gov/pages/using-pages/why-use-pages',
// release notes & kb articles
'/2016/11/18/release-notes/': 'https://docs.cloud.gov/release-notes/2016/11/18/release-notes',
'/2016/11/30/release-notes/': 'https://docs.cloud.gov/release-notes/2016/11/30/release-notes',
'/2016/12/14/release-notes/': 'https://docs.cloud.gov/release-notes/2016/12/14/release-notes',
'/2016/12/28/release-notes/': 'https://docs.cloud.gov/release-notes/2016/12/28/release-notes',
'/2017/02/01/release-notes/': 'https://docs.cloud.gov/release-notes/2017/02/01/release-notes',
'/2017/02/10/release-notes/': 'https://docs.cloud.gov/release-notes/2017/02/10/release-notes',
'/2017/02/28/release-notes/': 'https://docs.cloud.gov/release-notes/2017/02/28/release-notes',
'/2017/03/14/release-notes/': 'https://docs.cloud.gov/release-notes/2017/03/14/release-notes',
'/2017/03/27/release-notes/': 'https://docs.cloud.gov/release-notes/2017/03/27/release-notes',
'/2017/05/05/release-notes/': 'https://docs.cloud.gov/release-notes/2017/05/05/release-notes',
'/2017/05/22/release-notes/': 'https://docs.cloud.gov/release-notes/2017/05/22/release-notes',
'/2017/06/01/release-notes/': 'https://docs.cloud.gov/release-notes/2017/06/01/release-notes',
'/2017/07/10/release-notes/': 'https://docs.cloud.gov/release-notes/2017/02/10/release-notes',
'/2017/07/18/release-notes/': 'https://docs.cloud.gov/release-notes/2017/07/18/release-notes',
'/2017/08/02/release-notes/': 'https://docs.cloud.gov/release-notes/2017/08/02/release-notes',
'/2017/08/16/release-notes/': 'https://docs.cloud.gov/release-notes/2017/08/16/release-notes',
'/2018/10/30/release-notes/': 'https://docs.cloud.gov/release-notes/2018/10/30/release-notes',
'/2021/10/15/release-notes/': 'https://docs.cloud.gov/release-notes/2021/10/15/release-notes',
'/2021/10/29/release-notes/': 'https://docs.cloud.gov/release-notes/2021/10/29/release-notes',
'/2021/11/18/release-notes/': 'https://docs.cloud.gov/release-notes/2021/11/18/release-notes',
'/2021/12/22/release-notes/': 'https://docs.cloud.gov/release-notes/2021/12/22/release-notes',
'/2022/01/21/release-notes/': 'https://docs.cloud.gov/release-notes/2022/01/21/release-notes',
'/2022/02/04/release-notes/': 'https://docs.cloud.gov/release-notes/2022/02/04/release-notes',
'/2022/02/17/release-notes/': 'https://docs.cloud.gov/release-notes/2017/02/28/release-notes',
'/2022/03/04/release-notes/': 'https://docs.cloud.gov/release-notes/2022/03/04/release-notes',
'/2022/04/14/release-notes/': 'https://docs.cloud.gov/release-notes/2022/04/14/release-notes',
'/2022/05/12/release-notes/': 'https://docs.cloud.gov/release-notes/2022/05/12/release-notes',
'/2022/05/26/release-notes/': 'https://docs.cloud.gov/release-notes/2022/05/26/release-notes',
'/2022/07/08/release-notes/': 'https://docs.cloud.gov/release-notes/2022/07/08/release-notes',
'/2022/09/29/release-notes/': 'https://docs.cloud.gov/release-notes/2022/09/29/release-notes',
'/2022/11/23/release-notes/': 'https://docs.cloud.gov/release-notes/2022/11/23/release-notes',
'/2023/01/05/release-notes/': 'https://docs.cloud.gov/release-notes/2023/01/05/release-notes',
'/2023/01/19/release-notes/': 'https://docs.cloud.gov/release-notes/2023/01/19/release-notes',
'/2023/02/02/release-notes/': 'https://docs.cloud.gov/release-notes/2023/02/02/release-notes',
'/2023/03/16/release-notes/': 'https://docs.cloud.gov/release-notes/2023/03/16/release-notes',
'/2023/05/01/release-notes/': 'https://docs.cloud.gov/release-notes/2023/05/01/release-notes',
'/2023/11/09/release-notes/': 'https://docs.cloud.gov/release-notes/2023/11/09/release-notes',
'/2023/11/27/release-notes/': 'https://docs.cloud.gov/release-notes/2023/11/27/release-notes',
'/2023/12/12/release-notes/': 'https://docs.cloud.gov/release-notes/2023/12/12/release-notes',
'/2023/12/29/release-notes/': 'https://docs.cloud.gov/release-notes/2023/12/29/release-notes',
'/2024/01/25/release-notes/': 'https://docs.cloud.gov/release-notes/2024/01/25/release-notes',
'/2024/02/08/release-notes/': 'https://docs.cloud.gov/release-notes/2024/02/08/release-notes',
'/2024/02/23/release-notes/': 'https://docs.cloud.gov/release-notes/2024/02/23/release-notes',
'/2024/03/07/release-notes/': 'https://docs.cloud.gov/release-notes/2024/03/07/release-notes',
'/2024/03/21/release-notes/': 'https://docs.cloud.gov/release-notes/2024/03/21/release-notes',
'/2024/04/04/release-notes/': 'https://docs.cloud.gov/release-notes/2024/04/04/release-notes',
'/2024/04/18/release-notes/': 'https://docs.cloud.gov/release-notes/2024/04/18/release-notes',
'/2024/05/16/release-notes/': 'https://docs.cloud.gov/release-notes/2024/05/16/release-notes',
'/2024/05/30/release-notes/': 'https://docs.cloud.gov/release-notes/2024/05/30/release-notes',
'/2024/08/08/release-notes/': 'https://docs.cloud.gov/release-notes/2024/08/08/release-notes',
'/2024/11/14/release-notes/': 'https://docs.cloud.gov/release-notes/2024/11/14/release-notes',
'/2024/11/18/release-notes/': 'https://docs.cloud.gov/release-notes/2024/11/18/release-notes',
'/knowledge-base/': 'https://docs.cloud.gov/knowledge-base',
'/knowledge-base/2021-05-17-troubleshooting-ssh-connections/': 'https://docs.cloud.gov/knowledge-base/2021/05/17/troubleshooting-ssh-connections',
'/knowledge-base/2021-05-20-connecting-to-brokered-service-instances/': 'https://docs.cloud.gov/knowledge-base/2021/05/20/connecting-to-brokered-service-instances',
'/knowledge-base/2021-05-20-getting-rds-version-information/': 'https://docs.cloud.gov/knowledge-base/2021/05/20/getting-rds-version-information',
'/knowledge-base/2021-05-20-managing-buildpack-changes/': 'https://docs.cloud.gov/knowledge-base/2021/05/20/managing-buildpack-changes',
'/knowledge-base/2021-05-24-secureauth-issues/': 'https://docs.cloud.gov/knowledge-base/2021/05/24/secureauth-issues',
'/knowledge-base/2021-07-26-app-restarts/': 'https://docs.cloud.gov/knowledge-base/2021/07/26/app-restarts',
'/knowledge-base/2021-09-15-creating-external-domain-service/': 'https://docs.cloud.gov/knowledge-base/2021/09/15/creating-external-domain-service',
'/knowledge-base/2021-09-21-sending-emails-from-clouddotgov/': 'https://docs.cloud.gov/knowledge-base/2021/09/21/sending-emails-from-clouddotgov',
'/knowledge-base/2021-10-05-restricting-access-to-apps/': 'https://docs.cloud.gov/knowledge-base/2021/10/05/restricting-access-to-apps',
'/knowledge-base/2021-12-16-managing-egress-traffic/': 'https://docs.cloud.gov/knowledge-base/2021/12/16/managing-egress-traffic',
'/knowledge-base/2022-05-05-creating-postgresql-databases-from-shared-rds/': 'https://docs.cloud.gov/knowledge-base/2022/05/05/creating-postgresql-databases-from-shared-rds',
'/knowledge-base/2022-08-08-adding-users-to-sandbox/': 'https://docs.cloud.gov/knowledge-base/2022/08/08/adding-users-to-sandbox',
'/knowledge-base/2022-11-04-Encryption-In-Transit/': 'https://docs.cloud.gov/knowledge-base/2022/11/04/Encryption-In-Transit',
'/knowledge-base/2022-11-04-fixing-certificate-errors-aws-egress-proxy/': 'https://docs.cloud.gov/knowledge-base/2022/11/04/fixing-certificate-errors-aws-egress-proxy',
'/knowledge-base/2023-02-13-Connecting-PostgreSQL-RDS-instance-to-S3/': 'https://docs.cloud.gov/knowledge-base/2023/02/13/Connecting-PostgreSQL-RDS-instance-to-S3',
'/knowledge-base/2023-03-28-CloudFoundry-Key-Error/': 'https://docs.cloud.gov/knowledge-base/2023/03/28/CloudFoundry-Key-Error',
'/knowledge-base/2023-04-18-Sidecar-Processes/': 'https://docs.cloud.gov/knowledge-base/2023/04/18/Sidecar-Processes',
'/knowledge-base/2023-08-07-advantages-of-multiple-application-instances/': 'https://docs.cloud.gov/knowledge-base/2023/08/07/advantages-of-multiple-application-instances',
'/knowledge-base/2024-01-24-how-cloud.gov-continually-adapts-to-dynamic-cybersecurity-threats/': 'https://docs.cloud.gov/knowledge-base/2024/01/24/how-cloud.gov-continually-adapts-to-dynamic-cybersecurity-threats',
'/knowledge-base/2024-03-25-monitoring-app-metrics/': 'https://docs.cloud.gov/knowledge-base/2024/03/25/monitoring-app-metrics',
'/knowledge-base/2024-12-02-php-buildpack-failed-to-clone-git-repository-issue/': 'https://docs.cloud.gov/knowledge-base/2024/12/02/php-buildpack-failed-to-clone-git-repository-issue',
'/knowledge-base/2024-12-06-migrating-opensearch/': 'https://docs.cloud.gov/knowledge-base/2024/12/06/migrating-opensearch',
'/knowledge-base/2024-12-09-apt-buildpack-cache-issue/': 'https://docs.cloud.gov/knowledge-base/2024/12/09/apt-buildpack-cache-issue',
'/knowledge-base/2024-12-10-using-opensearch-dashboards/': 'https://docs.cloud.gov/knowledge-base/2024/12/10/using-opensearch-dashboards',
'/knowledge-base/2025-03-27-monitoring-app-metrics-opensearch/': 'https://docs.cloud.gov/knowledge-base/2025/03/27/monitoring-app-metrics-opensearch',
'/pages/knowledge-base/': 'https://docs.cloud.gov/knowledge-base',
'/pages/knowledge-base/dependabot-with-pages/': 'https://docs.cloud.gov/knowledge-base/2023/05/22/dependabot-with-pages',
'/pages/knowledge-base/repository-best-practices/': 'https://docs.cloud.gov/knowledge-base/2024/04/23/repository-best-practices',
'/pages/knowledge-base/single-page-application/': 'https://docs.cloud.gov/knowledge-base/2023/11/09/single-page-application',
'/pages/knowledge-base/website-api/': 'https://docs.cloud.gov/knowledge-base/2024/03/06/website-api',
// anything older than 3 years will not be redirected. Feel free to advance this every year.
'/2022/02/09/sharing-service-instances': 'https://docs.cloud.gov/news/2022/02/09/sharing-service-instances',
'/2022/04/06/encrypted-container-to-container-networking': 'https://docs.cloud.gov/news/2022/04/06/encrypted-container-to-container-networking',
'/2022/04/25/deprecation-notice': 'https://docs.cloud.gov/news/2022/04/25/deprecation-notice',
'/2022/06/29/cloud-dot-gov-scalability-and-resiliance/': 'https://docs.cloud.gov/news/2022/06/29/cloud-dot-gov-scalability-and-resiliance/',
'/2022/11/15/pages-crm-release': 'https://docs.cloud.gov/news/2022/11/15/pages-crm-release',
'/2023/02/02/cloud-gov-pages-site-auth-changes': 'https://docs.cloud.gov/news/2023/02/02/cloud-gov-pages-site-auth-changes',
'/2023/02/02/cloud-gov-pages-unmigrated-user-policy': 'https://docs.cloud.gov/news/2023/02/02/cloud-gov-pages-unmigrated-user-policy',
'/2023/02/23/cloud-gov-pages-faster-builds': 'https://docs.cloud.gov/news/2023/02/23/cloud-gov-pages-faster-builds',
'/2023/03/08/cloud-gov-pages-cve-2022-28923': 'https://docs.cloud.gov/news/2023/03/08/cloud-gov-pages-cve-2022-28923',
'/2023/03/28/cflinuxfs3-deprecation': 'https://docs.cloud.gov/news/2023/03/28/cflinuxfs3-deprecation',
'/2023/04/19/opensearch-maintenance': 'https://docs.cloud.gov/news/2023/04/19/opensearch-maintenance',
'/2023/04/27/cflinuxfs3-deprecation-update': 'https://docs.cloud.gov/news/2023/04/27/cflinuxfs3-deprecation-update',
'/2023/05/16/cflinuxfs3-buildpack-deprecation': 'https://docs.cloud.gov/news/2023/05/16/cflinuxfs3-buildpack-deprecation',
'/2023/05/24/cloud-gov-pages-jekyll-ruby-upgrade': 'https://docs.cloud.gov/news/2023/05/24/cloud-gov-pages-jekyll-ruby-upgrade',
'/2023/06/01/compliance-office-hours': 'https://docs.cloud.gov/news/2023/06/01/compliance-office-hours',
'/2023/06/05/aws-ending-support-mysql-57': 'https://docs.cloud.gov/news/2023/06/05/aws-ending-support-mysql-57',
'/2023/08/01/2023-8-1-postgresql-versions-update': 'https://docs.cloud.gov/news/2023/08/01/2023-8-1-postgresql-versions-update',
'/2023/08/01/fedramp-csp-community/': 'https://docs.cloud.gov/news/2023/08/01/fedramp-csp-community/',
'/2023/09/18/storage-volumes-gp3': 'https://docs.cloud.gov/news/2023/09/18/storage-volumes-gp3',
'/2023/09/25/federalist-ato': 'https://docs.cloud.gov/news/2023/09/25/federalist-ato',
'/2023/10/11/update-existing-instances-gp3-now-available': 'https://docs.cloud.gov/news/2023/10/11/update-existing-instances-gp3-now-available',
'/2023/11/09/platform-protections': 'https://docs.cloud.gov/news/2023/11/09/platform-protections',
'/2024/11/21/new-logging-system': 'https://docs.cloud.gov/news/2024/11/21/new-logging-system',
'/2025/01/07/pages-build-default-node20': 'https://docs.cloud.gov/news/2025/01/07/pages-build-default-node20',
'/2025/01/07/v2api-deprecation': 'https://docs.cloud.gov/news/2025/01/07/v2api-deprecation',
'/2025/05/06/new-external-domain-managed-policies': 'https://docs.cloud.gov/news/2025/05/06/new-external-domain-managed-policies',
'/2025/05/08/audit-events-opensearch': 'https://docs.cloud.gov/news/2025/05/08/audit-events-opensearch',
'/2025/06/10/metrics-opensearch': 'https://docs.cloud.gov/news/2025/06/10/metrics-opensearch',
'/2025/06/17/v2api-eol-delay': 'https://docs.cloud.gov/news/2025/06/17/v2api-eol-delay',
'/2025/07/03/rds-read-replicas-available/': 'https://docs.cloud.gov/news/2025/07/03/rds-read-replicas-available/',
'/docs/ops/moved/':'https://docs.cloud.gov/platform/compliance/incident-response-planning'
// possible formats
// '/old': '/new',
// '/blog/[...slug]': '/articles/[...slug]', // only if using getStaticPaths()
// '/about': 'https://example.com/about',
// '/news': {
// status: 302, // Specify exact status code
// destination: 'https://example.com/news'
// },
}
export default redirects;