@@ -93,10 +93,12 @@ export default defineConfig({
9393 { text : 'General' , link : '/development/general' } ,
9494 { text : 'View' , link : '/development/view' } ,
9595 { text : 'Model' , link : '/development/model' } ,
96- // { text: 'Events, Navigation', link: '/development/events' },
96+ { text : 'Events' , link : '/development/events' } ,
97+ { text : 'Navigation' , link : '/development/navigation' } ,
9798 { text : 'Messages, Errors' , link : '/development/messages' } ,
9899 { text : 'Translation, i18n' , link : '/development/translation' } ,
99- { text : 'Popups, Popover' , link : '/development/popups' } ,
100+ { text : 'Popups, Popover' , link : '/development/popups' } ,
101+
100102 { text : 'Troubleshooting' , link : '/development/troubleshooting' } ,
101103 ]
102104 } ,
@@ -121,7 +123,7 @@ export default defineConfig({
121123 text : 'Addons' , link : '/addons/addons' , collapsed : true , items : [
122124 { text : 'RTTI' , link : '/addons/srtti' } ,
123125 { text : 'Layouts, Variants' , link : '/addons/layout' } ,
124- // { text: 'Popups', link: '/addons/popup' },
126+ { text : 'Popups' , link : '/addons/popup' } ,
125127 { text : 'Logging, BAL' , link : '/addons/logging' } ,
126128 { text : 'XLSX' , link : '/addons/xlsx' } ,
127129 { text : 'JS Libraries' , link : '/addons/ext_js' } ,
@@ -138,30 +140,15 @@ export default defineConfig({
138140 { text : 'Renaming' , link : '/advanced/renaming' } ,
139141 { text : 'Launchpad KPIs' , link : '/addons/kpi' } ,
140142 { text : 'Remote App Calls' , link : '/addons/rfc' } ,
141- // { text: 'UI5, ABAP Versions', link: '/features/faq' },
142- // { text: 'SE80, ADT', link: '/advanced/se80' },
143143 { text : 'Extensibility' , link : '/advanced/extensibility' } ,
144144 { text : 'Technical Background' , link : '/advanced/insights/insights' , items : [
145145 { text : 'General' , link : '/advanced/insights/insights' } ,
146146 { text : 'open-abap' , link : '/advanced/insights/open_abap' } ,
147147 // { text: 'CI/CD', link: '/insights/ci' },
148148 // { text: 'abaplint', link: '/insights/ci' },
149- // { text: 'open-abap', link: '/advanced/open_abap' },
150149 ]
151150 } ]
152151 } ,
153- // {
154- // text: 'Under The Hood',
155- // link: '/insights/insights',
156- // collapsed: true,
157- // items: [
158- // { text: 'General', link: '/insights/insights' },
159- // { text: 'open-abap', link: '/insights/open_abap' },
160- // // { text: 'CI/CD', link: '/insights/ci' },
161- // // { text: 'abaplint', link: '/insights/ci' },
162- // // { text: 'open-abap', link: '/advanced/open_abap' },
163- // ]
164- // },
165152 {
166153 text : 'Resources' ,
167154 link : '/resources/resources' ,
0 commit comments