Skip to content

Commit c993e7f

Browse files
authored
Merge pull request #88 from abap2UI5/claude/inspiring-pascal-NXFgr
Reorganize cookbook sidebar navigation structure
2 parents 55928c8 + e159934 commit c993e7f

1 file changed

Lines changed: 35 additions & 37 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,29 @@ export default defineConfig({
176176
{ text: "Built-In", link: "/cookbook/popup_popover/built_in" },
177177
],
178178
},
179+
{
180+
text: "Translation, Messages",
181+
link: "/cookbook/translation_messages/message",
182+
collapsed: true,
183+
items: [
184+
{ text: "Message", link: "/cookbook/translation_messages/message" },
185+
{ text: "Logging", link: "/cookbook/translation_messages/logging" },
186+
{ text: "Translation, i18n", link: "/cookbook/translation_messages/translation_i18n" },
187+
],
188+
},
189+
{
190+
text: "Browser Interaction",
191+
link: "/cookbook/browser_interaction/title",
192+
collapsed: true,
193+
items: [
194+
{ text: "Title", link: "/cookbook/browser_interaction/title" },
195+
{ text: "Focus", link: "/cookbook/browser_interaction/focus" },
196+
{ text: "Scrolling", link: "/cookbook/browser_interaction/scrolling" },
197+
{ text: "Timer", link: "/cookbook/browser_interaction/timer" },
198+
{ text: "Clipboard", link: "/cookbook/browser_interaction/clipboard" },
199+
{ text: "URL Handling", link: "/cookbook/browser_interaction/url_handling" },
200+
],
201+
},
179202
{
180203
text: "Device Capabilities",
181204
link: "/cookbook/device_capabilities/info",
@@ -202,42 +225,6 @@ export default defineConfig({
202225
},
203226
],
204227
},
205-
{
206-
text: "Browser Interaction",
207-
link: "/cookbook/browser_interaction/title",
208-
collapsed: true,
209-
items: [
210-
{ text: "Title", link: "/cookbook/browser_interaction/title" },
211-
{ text: "Focus", link: "/cookbook/browser_interaction/focus" },
212-
{ text: "Scrolling", link: "/cookbook/browser_interaction/scrolling" },
213-
{ text: "Timer", link: "/cookbook/browser_interaction/timer" },
214-
{ text: "Clipboard", link: "/cookbook/browser_interaction/clipboard" },
215-
{ text: "URL Handling", link: "/cookbook/browser_interaction/url_handling" },
216-
],
217-
},
218-
{
219-
text: "Translation, Messages",
220-
link: "/cookbook/translation_messages/message",
221-
collapsed: true,
222-
items: [
223-
{ text: "Message", link: "/cookbook/translation_messages/message" },
224-
{ text: "Logging", link: "/cookbook/translation_messages/logging" },
225-
{ text: "Translation, i18n", link: "/cookbook/translation_messages/translation_i18n" },
226-
],
227-
},
228-
{
229-
text: "EML, CDS, SQL",
230-
link: "/cookbook/eml_cds_sql/rap",
231-
collapsed: true,
232-
items: [
233-
{ text: "RAP", link: "/cookbook/eml_cds_sql/rap" },
234-
{ text: "EML", link: "/cookbook/eml_cds_sql/eml" },
235-
{ text: "Draft Handling", link: "/cookbook/eml_cds_sql/draft_handling" },
236-
{ text: "CDS", link: "/cookbook/eml_cds_sql/cds" },
237-
{ text: "ABAP SQL", link: "/cookbook/eml_cds_sql/abap_sql" },
238-
{ text: "Fuzzy Search", link: "/cookbook/eml_cds_sql/fuzzy_search" },
239-
],
240-
},
241228
{
242229
text: "Expert, More",
243230
link: "/cookbook/expert_more/lock",
@@ -249,13 +236,24 @@ export default defineConfig({
249236
{ text: "Logout", link: "/configuration/logout" },
250237
{ text: "OData", link: "/cookbook/expert_more/odata" },
251238
{ text: "App State, Share", link: "/cookbook/expert_more/app_state_share" },
239+
{
240+
text: "EML, CDS, SQL",
241+
link: "/cookbook/eml_cds_sql/rap",
242+
items: [
243+
{ text: "RAP", link: "/cookbook/eml_cds_sql/rap" },
244+
{ text: "EML", link: "/cookbook/eml_cds_sql/eml" },
245+
{ text: "Draft Handling", link: "/cookbook/eml_cds_sql/draft_handling" },
246+
{ text: "CDS", link: "/cookbook/eml_cds_sql/cds" },
247+
{ text: "ABAP SQL", link: "/cookbook/eml_cds_sql/abap_sql" },
248+
],
249+
},
252250
{
253251
text: "Utilities",
254-
collapsed: false,
255252
items: [
256253
{ text: "Value Help", link: "/cookbook/expert_more/value_help" },
257254
{ text: "Demo Output", link: "/cookbook/expert_more/demo_output" },
258255
{ text: "E-Mail", link: "/cookbook/expert_more/email" },
256+
{ text: "Fuzzy Search", link: "/cookbook/eml_cds_sql/fuzzy_search" },
259257
],
260258
},
261259
],

0 commit comments

Comments
 (0)