Skip to content

Commit 29a5b8c

Browse files
committed
Collapse Experimental/Obsolete and group advanced features
1 parent bea8986 commit 29a5b8c

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,18 @@ export default defineConfig({
230230
link: "/cookbook/expert_more/lock",
231231
collapsed: true,
232232
items: [
233-
{ text: "Lock", link: "/cookbook/expert_more/lock" },
234-
{ text: "Statefulness", link: "/cookbook/expert_more/statefulness" },
235-
{ text: "WebSocket", link: "/cookbook/expert_more/websocket" },
236-
{ text: "Logout", link: "/configuration/logout" },
237-
{ text: "OData", link: "/cookbook/expert_more/odata" },
238-
{ text: "App State, Share", link: "/cookbook/expert_more/app_state_share" },
233+
{
234+
text: "Advanced Features",
235+
collapsed: true,
236+
items: [
237+
{ text: "Lock", link: "/cookbook/expert_more/lock" },
238+
{ text: "Statefulness", link: "/cookbook/expert_more/statefulness" },
239+
{ text: "WebSocket", link: "/cookbook/expert_more/websocket" },
240+
{ text: "Logout", link: "/configuration/logout" },
241+
{ text: "OData", link: "/cookbook/expert_more/odata" },
242+
{ text: "App State, Share", link: "/cookbook/expert_more/app_state_share" },
243+
],
244+
},
239245
{
240246
text: "EML, CDS, SQL",
241247
link: "/cookbook/eml_cds_sql/rap",
@@ -261,6 +267,7 @@ export default defineConfig({
261267
},
262268
{
263269
text: "Experimental",
270+
collapsed: true,
264271
items: [
265272
{ text: "Drag & Drop", link: "/advanced/experimental/drag_drop" },
266273
{
@@ -271,6 +278,7 @@ export default defineConfig({
271278
},
272279
{
273280
text: "Obsolete",
281+
collapsed: true,
274282
items: [
275283
{ text: "Custom Controls", link: "/cookbook/expert_more/custom_controls" },
276284
{ text: "Custom JS", link: "/cookbook/expert_more/custom_js" },

0 commit comments

Comments
 (0)