Skip to content

Commit 294b0f8

Browse files
docs: fixes #3403 (#3404)
1 parent ebb58c7 commit 294b0f8

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

packages/documentation/astro.config.mjs

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@ export default defineConfig({
113113
}
114114
]
115115
},
116+
{
117+
label: 'Deploy Rafiki',
118+
collapsed: true,
119+
items: [
120+
{
121+
label: 'Docker Compose',
122+
link: '/integration/deployment/docker-compose'
123+
},
124+
{
125+
label: 'Helm and Kubernetes',
126+
link: '/integration/deployment/helm-k8s'
127+
}
128+
]
129+
},
116130
{
117131
label: 'Integration',
118132
collapsed: true,
@@ -170,52 +184,38 @@ export default defineConfig({
170184
]
171185
},
172186
{
173-
label: 'Test locally',
187+
label: 'Services',
174188
collapsed: true,
175189
items: [
176190
{
177-
label: 'Local playground',
178-
link: '/integration/playground/overview'
191+
label: 'Auth service',
192+
link: '/integration/deployment/services/auth-service'
179193
},
180194
{
181-
label: 'Autopeering',
182-
link: '/integration/playground/autopeering'
195+
label: 'Backend service',
196+
link: '/integration/deployment/services/backend-service'
183197
},
184198
{
185-
label: 'Test network',
186-
link: '/integration/playground/testnet'
199+
label: 'Frontend service',
200+
link: '/integration/deployment/services/frontend-service'
187201
}
188202
]
189203
},
190204
{
191-
label: 'Deployment',
205+
label: 'Test locally',
192206
collapsed: true,
193207
items: [
194208
{
195-
label: 'Services',
196-
collapsed: true,
197-
items: [
198-
{
199-
label: 'Auth service',
200-
link: '/integration/deployment/services/auth-service'
201-
},
202-
{
203-
label: 'Backend service',
204-
link: '/integration/deployment/services/backend-service'
205-
},
206-
{
207-
label: 'Frontend service',
208-
link: '/integration/deployment/services/frontend-service'
209-
}
210-
]
209+
label: 'Local playground',
210+
link: '/integration/playground/overview'
211211
},
212212
{
213-
label: 'Docker Compose',
214-
link: '/integration/deployment/docker-compose'
213+
label: 'Autopeering',
214+
link: '/integration/playground/autopeering'
215215
},
216216
{
217-
label: 'Helm and Kubernetes',
218-
link: '/integration/deployment/helm-k8s'
217+
label: 'Test network',
218+
link: '/integration/playground/testnet'
219219
}
220220
]
221221
}

0 commit comments

Comments
 (0)