@@ -159,38 +159,14 @@ export default defineConfig({
159159 ] ,
160160 } ,
161161 {
162- text : "Event" ,
162+ text : "Event, Navigation " ,
163163 link : "/development/events/backend" ,
164164 collapsed : true ,
165165 items : [
166166 { text : "Backend" , link : "/development/events/backend" } ,
167167 { text : "Frontend" , link : "/development/events/frontend" } ,
168168 { text : "Follow-up" , link : "/development/events/follow_up" } ,
169- ] ,
170- } ,
171- {
172- text : "Navigation" ,
173- link : "/development/navigation/inner_cross_app" ,
174- collapsed : true ,
175- items : [
176- { text : "Inner, Cross App" , link : "/development/navigation/inner_cross_app" } ,
177- { text : "App State" , link : "/development/navigation/app_state" } ,
178- {
179- text : "Share, Bookmark" ,
180- link : "/development/navigation/share" ,
181- } ,
182- { text : "URL Handling" , link : "/development/specific/url" } ,
183- ] ,
184- } ,
185- {
186- text : "Message, Error" ,
187- link : "/development/messages/messages" ,
188- collapsed : true ,
189- items : [
190- { text : "Message" , link : "/development/messages/messages" } ,
191- { text : "Error" , link : "/development/messages/errors" } ,
192- { text : "Logging" , link : "/development/messages/logging" } ,
193- { text : "Translation, i18n" , link : "/development/translation" } ,
169+ { text : "Navigation" , link : "/development/navigation/inner_cross_app" } ,
194170 ] ,
195171 } ,
196172 {
@@ -238,6 +214,11 @@ export default defineConfig({
238214 { text : "Soft Keyboard" , link : "/development/specific/soft_keyboard" } ,
239215 { text : "Title" , link : "/development/specific/title" } ,
240216 { text : "Timer" , link : "/development/specific/timer" } ,
217+ { text : "URL Handling" , link : "/development/specific/url" } ,
218+ { text : "Message" , link : "/development/messages/messages" } ,
219+ { text : "Error" , link : "/development/messages/errors" } ,
220+ { text : "Logging" , link : "/development/messages/logging" } ,
221+ { text : "Translation, i18n" , link : "/development/translation" } ,
241222 ] ,
242223 } ,
243224 {
@@ -266,6 +247,8 @@ export default defineConfig({
266247 { text : "E-Mail" , link : "/development/specific/email" } ,
267248 { text : "Demo Output" , link : "/development/specific/demo_output" } ,
268249 { text : "OData" , link : "/development/model/odata" } ,
250+ { text : "App State" , link : "/development/navigation/app_state" } ,
251+ { text : "Share, Bookmark" , link : "/development/navigation/share" } ,
269252 ] ,
270253 } ,
271254 ] ,
0 commit comments