@@ -130,9 +130,10 @@ export default defineConfig({
130130 } ,
131131 {
132132 text : "View" ,
133- link : "/development/view/definition " ,
133+ link : "/development/view/overview " ,
134134 collapsed : true ,
135135 items : [
136+ { text : "Overview" , link : "/development/view/overview" } ,
136137 { text : "Definition" , link : "/development/view/definition" } ,
137138 { text : "Expression Binding" , link : "/development/model/expression_binding" } ,
138139 { text : "Formatter" , link : "/development/specific/formatter" } ,
@@ -196,7 +197,7 @@ export default defineConfig({
196197 ] ,
197198 } ,
198199 {
199- text : "Browser Features " ,
200+ text : "Device Capabilities " ,
200201 link : "/development/specific/barcodes" ,
201202 collapsed : true ,
202203 items : [
@@ -206,14 +207,10 @@ export default defineConfig({
206207 } ,
207208 { text : "Camera" , link : "/development/specific/camera" } ,
208209 {
209- text : "Geolocation, Map " ,
210+ text : "Geolocation" ,
210211 link : "/development/specific/geolocation" ,
211212 } ,
212- { text : "Timer" , link : "/development/specific/timer" } ,
213- { text : "Focus" , link : "/development/specific/focus" } ,
214- { text : "Soft Keyboard" , link : "/development/specific/soft_keyboard" } ,
215213 { text : "Clipboard" , link : "/development/specific/clipboard" } ,
216- { text : "Title" , link : "/development/specific/title" } ,
217214 {
218215 text : "Upload, Download" ,
219216 link : "/development/specific/files" ,
@@ -225,14 +222,15 @@ export default defineConfig({
225222 ] ,
226223 } ,
227224 {
228- text : "Common Patterns " ,
229- link : "/development/patterns/form " ,
225+ text : "UI Interaction " ,
226+ link : "/development/specific/focus " ,
230227 collapsed : true ,
231228 items : [
232- { text : "Form" , link : "/development/patterns/form" } ,
233- { text : "Master-Detail" , link : "/development/patterns/master_detail" } ,
234- { text : "Filter, Search, Table" , link : "/development/patterns/filter_table" } ,
235- { text : "IconTabBar" , link : "/development/patterns/icon_tab_bar" } ,
229+ { text : "Focus" , link : "/development/specific/focus" } ,
230+ { text : "Scrolling" , link : "/development/specific/scrolling" } ,
231+ { text : "Soft Keyboard" , link : "/development/specific/soft_keyboard" } ,
232+ { text : "Title" , link : "/development/specific/title" } ,
233+ { text : "Timer" , link : "/development/specific/timer" } ,
236234 ] ,
237235 } ,
238236 {
0 commit comments