@@ -130,6 +130,7 @@ export default defineConfig({
130130 } ,
131131 {
132132 text : "View" ,
133+ link : "/development/view/definition" ,
133134 collapsed : true ,
134135 items : [
135136 { text : "Definition" , link : "/development/view/definition" } ,
@@ -139,6 +140,7 @@ export default defineConfig({
139140 } ,
140141 {
141142 text : "Model" ,
143+ link : "/development/model/binding" ,
142144 collapsed : true ,
143145 items : [
144146 { text : "Binding" , link : "/development/model/binding" } ,
@@ -173,6 +175,7 @@ export default defineConfig({
173175 } ,
174176 {
175177 text : "Message, Error" ,
178+ link : "/development/messages/messages" ,
176179 collapsed : true ,
177180 items : [
178181 { text : "Message" , link : "/development/messages/messages" } ,
@@ -193,6 +196,7 @@ export default defineConfig({
193196 } ,
194197 {
195198 text : "Browser Feature" ,
199+ link : "/development/specific/barcodes" ,
196200 collapsed : true ,
197201 items : [
198202 {
@@ -204,20 +208,20 @@ export default defineConfig({
204208 text : "Geolocation, Map" ,
205209 link : "/development/specific/geolocation" ,
206210 } ,
211+ { text : "Timer" , link : "/development/specific/timer" } ,
212+ { text : "Soft Keyboard" , link : "/development/specific/soft_keyboard" } ,
207213 {
208214 text : "File Handling" ,
209215 link : "/development/specific/files" ,
210- collapsed : true ,
211216 items : [
212217 { text : "XLSX" , link : "/development/specific/xlsx" } ,
213218 ] ,
214219 } ,
215- { text : "Timer" , link : "/development/specific/timer" } ,
216- { text : "Soft Keyboard" , link : "/development/specific/soft_keyboard" } ,
217220 ] ,
218221 } ,
219222 {
220223 text : "RAP, EML" ,
224+ link : "/development/specific/cds" ,
221225 collapsed : true ,
222226 items : [
223227 { text : "CDS" , link : "/development/specific/cds" } ,
@@ -227,18 +231,20 @@ export default defineConfig({
227231 } ,
228232 {
229233 text : "Expert Topic" ,
234+ link : "/development/specific/locks" ,
230235 collapsed : true ,
231236 items : [
232237 { text : "Lock" , link : "/development/specific/locks" } ,
233238 { text : "Statefulness" , link : "/development/specific/statefulness" } ,
234239 { text : "Logout" , link : "/configuration/logout" } ,
235- {
236- text : "More" ,
237- collapsed : true ,
238- items : [
239- { text : "Demo Output" , link : "/development/specific/demo_output" } ,
240- ] ,
241- } ,
240+ ] ,
241+ } ,
242+ {
243+ text : "More" ,
244+ link : "/development/specific/demo_output" ,
245+ collapsed : true ,
246+ items : [
247+ { text : "Demo Output" , link : "/development/specific/demo_output" } ,
242248 ] ,
243249 } ,
244250 ] ,
0 commit comments