Skip to content

Commit d768e58

Browse files
authored
Merge pull request #60 from abap2UI5/claude/split-cookbook-sections-WCBWO
Reorganize development docs sidebar into logical categories
2 parents ee648eb + 8413753 commit d768e58

1 file changed

Lines changed: 23 additions & 11 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,33 +163,45 @@ export default defineConfig({
163163
],
164164
},
165165
{
166-
text: "Specifics",
166+
text: "Browser Features",
167167
collapsed: true,
168168
items: [
169169
{
170170
text: "Barcode Scanning",
171171
link: "/development/specific/barcodes",
172172
},
173-
{ text: "File Handling", link: "/development/specific/files" },
174-
{ text: "XLSX", link: "/development/specific/xlsx" },
175-
{ text: "Logging", link: "/development/specific/logging" },
176173
{ text: "Camera", link: "/development/specific/camera" },
177-
{ text: "Locks", link: "/development/specific/locks" },
178-
{ text: "Statefulness", link: "/development/specific/statefulness" },
174+
{
175+
text: "Geolocation, Maps",
176+
link: "/development/specific/geolocation",
177+
},
178+
{ text: "File Handling", link: "/development/specific/files" },
179+
{ text: "URL", link: "/development/specific/url" },
179180
{ text: "Timer", link: "/development/specific/timer" },
181+
],
182+
},
183+
{
184+
text: "Advanced Controls",
185+
collapsed: true,
186+
items: [
180187
{ text: "Drag & Drop", link: "/development/specific/drag" },
181188
{
182189
text: "Smart Controls",
183190
link: "/development/specific/smart_controls",
184191
},
185-
{
186-
text: "Geolocation, Maps",
187-
link: "/development/specific/geolocation",
188-
},
189-
{ text: "URL", link: "/development/specific/url" },
190192
{ text: "CL_DEMO_OUTPUT", link: "/development/specific/demo_output" },
191193
],
192194
},
195+
{
196+
text: "Misc Topics",
197+
collapsed: true,
198+
items: [
199+
{ text: "Logging", link: "/development/specific/logging" },
200+
{ text: "XLSX", link: "/development/specific/xlsx" },
201+
{ text: "Locks", link: "/development/specific/locks" },
202+
{ text: "Statefulness", link: "/development/specific/statefulness" },
203+
],
204+
},
193205
{ text: "Troubleshooting", link: "/development/trouble" },
194206
],
195207
},

0 commit comments

Comments
 (0)