@@ -27,6 +27,11 @@ const nextConfig = {
2727 } ,
2828 async redirects ( ) {
2929 return [
30+ {
31+ source : '/getting-started/agent-api-reference' ,
32+ destination : '/overview/agent-api-reference' ,
33+ permanent : true ,
34+ } ,
3035 {
3136 source : '/getting-started/readme' ,
3237 destination : '/' ,
@@ -43,200 +48,15 @@ const nextConfig = {
4348 permanent : true ,
4449 } ,
4550 {
46- source : '/reference/architecture-1' ,
47- destination : '/reference/architecture' ,
48- permanent : true ,
49- } ,
50- {
51- source : '/reference/workspaces/workspace-structure' ,
52- destination : '/reference/workspaces' ,
53- permanent : true ,
54- } ,
55- {
56- source : '/getting-started/getting-started-with-runbooks/runbook-yaml' ,
57- destination :
58- '/adding-new-application/getting-started-with-runbooks/runbook-yaml' ,
59- permanent : true ,
60- } ,
61- {
62- source : '/basic-setup-and-deployment/setting-up-gitops' ,
63- destination :
64- '/getting-started/managing-git-repository/setting-up-gitops' ,
65- permanent : true ,
66- } ,
67- {
68- source : '/basic-setup-and-deployment/openid-connect' ,
69- destination : '/getting-started/openid-connect' ,
70- permanent : true ,
71- } ,
72- {
73- source : '/basic-setup-and-deployment/admin-console' ,
74- destination : '/getting-started/admin-console' ,
75- permanent : true ,
76- } ,
77- {
78- source : '/basic-setup-and-deployment/cloud-shell-quickstart' ,
79- destination : '/getting-started/cloud-shell-quickstart' ,
80- permanent : true ,
81- } ,
82- {
83- source : '/basic-setup-and-deployment/uninstall' ,
84- destination : '/operations/uninstall' ,
85- permanent : true ,
86- } ,
87- {
88- source : '/reference/operator-guides' ,
89- destination : '/repositories' ,
90- permanent : true ,
91- } ,
92- {
93- source : '/reference/operator-guides/adding-kubecost-for-cost-analysis' ,
94- destination : '/repositories/kubecost' ,
51+ source : '/deployments/architecture' ,
52+ destination : '/overview/architecture' ,
9553 permanent : true ,
9654 } ,
9755 {
9856 source : '/reference/architecture' ,
9957 destination : '/' ,
10058 permanent : true ,
10159 } ,
102- {
103- source : '/repositories' ,
104- destination : '/applications' ,
105- permanent : true ,
106- } ,
107- {
108- source : '/repositories/airbyte' ,
109- destination : '/applications/airbyte' ,
110- permanent : true ,
111- } ,
112- {
113- source : '/repositories/airflow' ,
114- destination : '/applications/airflow' ,
115- permanent : true ,
116- } ,
117- {
118- source : '/repositories/console' ,
119- destination : '/applications/console' ,
120- permanent : true ,
121- } ,
122- {
123- source : '/advanced-topics' ,
124- destination : '/operations' ,
125- permanent : true ,
126- } ,
127- {
128- source : '/advanced-topics/network-configuration' ,
129- destination : '/operations/network-configuration' ,
130- permanent : true ,
131- } ,
132- {
133- source : '/advanced-topics/dns-setup' ,
134- destination : '/operations/dns-setup' ,
135- permanent : true ,
136- } ,
137- {
138- source :
139- '/advanced-topics/dns-setup/creating-dns-zone-in-your-cloud-provider-console' ,
140- destination :
141- '/operations/dns-setup/creating-dns-zone-in-your-cloud-provider-console' ,
142- permanent : true ,
143- } ,
144- {
145- source : '/advanced-topics/security' ,
146- destination : '/operations/security' ,
147- permanent : true ,
148- } ,
149- {
150- source : '/advanced-topics/security/secret-management' ,
151- destination :
152- '/getting-started/manage-git-repositories/sharing-git-repositories' ,
153- permanent : true ,
154- } ,
155- {
156- source : '/advanced-topics/debugging' ,
157- destination : '/debugging' ,
158- permanent : true ,
159- } ,
160- {
161- source : '/advanced-topics/debugging/health-checks' ,
162- destination : '/debugging/health-checks' ,
163- permanent : true ,
164- } ,
165- {
166- source : '/advanced-topics/debugging/logs' ,
167- destination : '/debugging/logs' ,
168- permanent : true ,
169- } ,
170- {
171- source : '/advanced-topics/debugging/proxies' ,
172- destination : '/debugging/proxies' ,
173- permanent : true ,
174- } ,
175- {
176- source : '/advanced-topics/identity-and-access-management' ,
177- destination : '/operations/auth-access-control' ,
178- permanent : true ,
179- } ,
180- {
181- source : '/advanced-topics/identity-and-access-management/introduction' ,
182- destination : '/operations/auth-access-control' ,
183- permanent : true ,
184- } ,
185- {
186- source :
187- '/advanced-topics/identity-and-access-management/openid-connect' ,
188- destination : '/operations/auth-access-control/openid-connect' ,
189- permanent : true ,
190- } ,
191- {
192- source : '/advanced-topics/identity-and-access-management/api-tokens' ,
193- destination : '/operations/auth-access-control/api-tokens' ,
194- permanent : true ,
195- } ,
196- {
197- source :
198- '/advanced-topics/identity-and-access-management/identity-and-installations' ,
199- destination :
200- '/operations/auth-access-control/identity-and-installations' ,
201- permanent : true ,
202- } ,
203- {
204- source :
205- '/advanced-topics/identity-and-access-management/identity-and-installations/audit-logging' ,
206- destination :
207- '/operations/auth-access-control/identity-and-installations/audit-logging' ,
208- permanent : true ,
209- } ,
210- {
211- source :
212- '/advanced-topics/identity-and-access-management/identity-and-installations/service-accounts' ,
213- destination :
214- '/operations/auth-access-control/identity-and-installations/service-accounts' ,
215- permanent : true ,
216- } ,
217- {
218- source :
219- '/advanced-topics/identity-and-access-management/identity-and-installations/sharing-existing-repos' ,
220- destination :
221- '/getting-started/manage-git-repositories/sharing-git-repository' ,
222- permanent : true ,
223- } ,
224- {
225- source : '/reference/workspaces' ,
226- destination :
227- '/getting-started/manage-git-repositories/your-plural-workspace' ,
228- permanent : true ,
229- } ,
230- {
231- source : '/introduction' ,
232- destination : '/overview/introduction' ,
233- permanent : true ,
234- } ,
235- {
236- source : '/deployments/architecture' ,
237- destination : '/overview/architecture' ,
238- permanent : true ,
239- } ,
24060 {
24161 source : '/deployments/operator/api' ,
24262 destination : '/overview/api-reference' ,
0 commit comments