Skip to content

Commit e159934

Browse files
committed
Nest EML, CDS, SQL under Expert, More in cookbook menu
1 parent 4f94772 commit e159934

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,6 @@ export default defineConfig({
199199
{ text: "URL Handling", link: "/cookbook/browser_interaction/url_handling" },
200200
],
201201
},
202-
{
203-
text: "EML, CDS, SQL",
204-
link: "/cookbook/eml_cds_sql/rap",
205-
collapsed: true,
206-
items: [
207-
{ text: "RAP", link: "/cookbook/eml_cds_sql/rap" },
208-
{ text: "EML", link: "/cookbook/eml_cds_sql/eml" },
209-
{ text: "Draft Handling", link: "/cookbook/eml_cds_sql/draft_handling" },
210-
{ text: "CDS", link: "/cookbook/eml_cds_sql/cds" },
211-
{ text: "ABAP SQL", link: "/cookbook/eml_cds_sql/abap_sql" },
212-
],
213-
},
214202
{
215203
text: "Device Capabilities",
216204
link: "/cookbook/device_capabilities/info",
@@ -248,6 +236,17 @@ export default defineConfig({
248236
{ text: "Logout", link: "/configuration/logout" },
249237
{ text: "OData", link: "/cookbook/expert_more/odata" },
250238
{ 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+
},
251250
{
252251
text: "Utilities",
253252
items: [

0 commit comments

Comments
 (0)