@@ -60,7 +60,7 @@ export default defineConfig({
6060 text : "Guide" ,
6161 items : [
6262 { text : "Introduction" , link : "/get_started/about" } ,
63- { text : "Cookbook" , link : "/development/general " } ,
63+ { text : "Cookbook" , link : "/development/" } ,
6464 { text : "Configuration" , link : "/configuration/checklist" } ,
6565 { text : "Advanced Topics" , link : "/advanced/downporting" } ,
6666 { text : "Technical Insights" , link : "/technical/concept" } ,
@@ -114,9 +114,10 @@ export default defineConfig({
114114 } ,
115115 {
116116 text : "Cookbook" ,
117- link : "/development/general " ,
117+ link : "/development/" ,
118118 collapsed : true ,
119119 items : [
120+ { text : "Overview" , link : "/development/" } ,
120121 { text : "Controller" , link : "/development/general" } ,
121122 { text : "View" , link : "/development/view" } ,
122123 {
@@ -289,6 +290,7 @@ export default defineConfig({
289290 items : [
290291 { text : "Add-ons" , link : "/resources/addons" } ,
291292 { text : "Samples Index" , link : "/resources/samples_index" } ,
293+ { text : "FAQ" , link : "/resources/faq" } ,
292294 { text : "References" , link : "/resources/references" } ,
293295 { text : "Who Uses abap2UI5?" , link : "/resources/who_uses" } ,
294296 { text : "Releases" , link : "/resources/changelog" } ,
0 commit comments