Skip to content

Commit 1151614

Browse files
authored
Update config.mjs
1 parent 539effd commit 1151614

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/.vitepress/config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,11 @@ export default defineConfig({
165165
},
166166
{ text: 'test', collapsed : "true" , items: [
167167
{ text: '___', collapsed : "true" , items: [
168-
{ text: 'Key Concept', link: '/advanced/technical/concept' },
169-
{ text: 'Architecture', link: '/advanced/technical/architecture' },
168+
{ text: 'Architecture', link: '/advanced/technical/concept' },
169+
{ text: 'Domain Driven Design', link: '/advanced/technical/runtime' },
170170
{ text: 'Developer Experience', link: '/advanced/technical/dx' },
171171
{ text: 'Cloud Readiness', link: '/advanced/technical/cloud' },
172172
{ text: 'REST, Drafts', link: '/advanced/technical/rest' },
173-
{ text: 'Runtime, Designtime', link: '/advanced/technical/runtime' },
174173
{ text: 'Technology', link: '/advanced/technical/overview', items: [
175174
{ text: 'UI5 Freestyle', link: '/advanced/technical/ui5' },
176175
{ text: 'RAP', link: '/advanced/technical/rap' },

0 commit comments

Comments
 (0)