We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539effd commit 1151614Copy full SHA for 1151614
docs/.vitepress/config.mjs
@@ -165,12 +165,11 @@ export default defineConfig({
165
},
166
{ text: 'test', collapsed : "true" , items: [
167
{ text: '___', collapsed : "true" , items: [
168
- { text: 'Key Concept', link: '/advanced/technical/concept' },
169
- { text: 'Architecture', link: '/advanced/technical/architecture' },
+ { text: 'Architecture', link: '/advanced/technical/concept' },
+ { text: 'Domain Driven Design', link: '/advanced/technical/runtime' },
170
{ text: 'Developer Experience', link: '/advanced/technical/dx' },
171
{ text: 'Cloud Readiness', link: '/advanced/technical/cloud' },
172
{ text: 'REST, Drafts', link: '/advanced/technical/rest' },
173
- { text: 'Runtime, Designtime', link: '/advanced/technical/runtime' },
174
{ text: 'Technology', link: '/advanced/technical/overview', items: [
175
{ text: 'UI5 Freestyle', link: '/advanced/technical/ui5' },
176
{ text: 'RAP', link: '/advanced/technical/rap' },
0 commit comments