@@ -164,19 +164,7 @@ export default defineConfig({
164164 { text : 'abapmerge' , link : '/advanced/tools/abapmerge' } ,
165165
166166 ]
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+ }
180168 ]
181169 } ,
182170 {
@@ -187,7 +175,11 @@ export default defineConfig({
187175 { text : 'UI5 Over-the-Wire' , link : '/technical/concept' } ,
188176 { text : 'ABAP Thinking, UI5 Results' , link : '/technical/dx' } ,
189177 { 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+ ] }
191183 ]
192184 } ,
193185 {
0 commit comments