@@ -164,19 +164,7 @@ export default defineConfig({
164
164
{ text : 'abapmerge' , link : '/advanced/tools/abapmerge' } ,
165
165
166
166
]
167
- } ,
168
- { text : 'test' , collapsed : "true" , items : [
169
- { text : '___' , collapsed : "true" , items : [
170
- { text : 'Developer Experience' , link : '/advanced/technical/dx' } ,
171
- { text : 'Technology' , link : '/advanced/technical/overview' , items : [
172
- { text : 'REST, Drafts' , link : '/advanced/technical/rest' } ,
173
- { text : 'Domain Driven Design' , link : '/advanced/technical/runtime' } ,
174
- { text : 'UI5 Freestyle' , link : '/advanced/technical/ui5' } ,
175
- { text : 'RAP' , link : '/advanced/technical/rap' } ,
176
- { text : '___' , link : '/advanced/technical/how_it_all_works' } ,
177
- ] } ,
178
- ] , } , ] ,
179
- } ,
167
+ }
180
168
]
181
169
} ,
182
170
{
@@ -187,7 +175,11 @@ export default defineConfig({
187
175
{ text : 'UI5 Over-the-Wire' , link : '/technical/concept' } ,
188
176
{ text : 'ABAP Thinking, UI5 Results' , link : '/technical/dx' } ,
189
177
{ text : 'Cloud Readiness' , link : '/technical/cloud' } ,
190
- { text : 'Behind the Scenes' , link : '/technical/how_it_all_works' }
178
+ { text : 'Behind the Scenes' , link : '/technical/how_it_all_works' } ,
179
+ { text : 'Behind the Scenes' , link : '/technical/technology/overview' , items : [
180
+ { text : 'RAP' , link : '/technical/technology/rap' } ,
181
+ { text : 'UI5 Freestyle' , link : '/technical/technology/ui5' } ,
182
+ ] }
191
183
]
192
184
} ,
193
185
{
0 commit comments