@@ -146,6 +146,14 @@ export default defineConfig({
146146 { text : "Messages, Errors" , link : "/development/messages" } ,
147147 { text : "Translation, i18n" , link : "/development/translation" } ,
148148 { text : "Popups, Popovers" , link : "/development/popups" } ,
149+ {
150+ text : "RAP, EML" ,
151+ collapsed : true ,
152+ items : [
153+ { text : "CDS, EML" , link : "/development/specific/cds" } ,
154+ { text : "Draft Handling" , link : "/development/specific/draft" } ,
155+ ] ,
156+ } ,
149157 {
150158 text : "Specifics" ,
151159 collapsed : true ,
@@ -158,8 +166,6 @@ export default defineConfig({
158166 { text : "XLSX" , link : "/development/specific/xlsx" } ,
159167 { text : "Logging" , link : "/development/specific/logging" } ,
160168 { text : "Camera" , link : "/development/specific/camera" } ,
161- { text : "CDS, EML" , link : "/development/specific/cds" } ,
162- { text : "Draft Handling" , link : "/development/specific/draft" } ,
163169 { text : "Locks" , link : "/development/specific/locks" } ,
164170 { text : "Statefulness" , link : "/development/specific/statefulness" } ,
165171 { text : "Timer" , link : "/development/specific/timer" } ,
0 commit comments