|
34 | 34 | "collapsible": true, |
35 | 35 | "items": [ |
36 | 36 | { "title": "Components Index", "path": "/guides/components/index" }, |
37 | | - { "title": "Accordion", "path": "/guides/components/accordion" }, |
38 | | - { "title": "Alert", "path": "/guides/components/alert" }, |
39 | | - { "title": "Badge", "path": "/guides/components/badge" }, |
40 | | - { "title": "ButtonLink", "path": "/guides/components/button-link" }, |
41 | | - { "title": "Callout", "path": "/guides/components/callout" }, |
42 | | - { "title": "Card", "path": "/guides/components/card" }, |
43 | | - { "title": "CardGrid", "path": "/guides/components/card-grid" }, |
44 | | - { "title": "CodeBlock", "path": "/guides/components/code-block" }, |
45 | | - { "title": "DarkModeToggle", "path": "/guides/components/dark-mode-toggle" }, |
46 | | - { "title": "DefinitionList", "path": "/guides/components/definition-list" }, |
47 | | - { "title": "Divider", "path": "/guides/components/divider" }, |
48 | | - { "title": "FeatureList", "path": "/guides/components/feature-list" }, |
49 | | - { "title": "Figure", "path": "/guides/components/figure" }, |
50 | | - { "title": "Footer", "path": "/guides/components/footer" }, |
51 | | - { "title": "Header", "path": "/guides/components/header" }, |
52 | | - { "title": "Icon", "path": "/guides/components/icon" }, |
53 | | - { "title": "Infobox", "path": "/guides/components/infobox" }, |
54 | | - { "title": "Kbd", "path": "/guides/components/kbd" }, |
55 | | - { "title": "PresetSearch", "path": "/guides/components/preset-search" }, |
56 | | - { "title": "mdx-components", "path": "/guides/components/mdx-components" }, |
57 | | - { "title": "SearchBar", "path": "/guides/components/search-bar" }, |
58 | | - { "title": "Sidebar", "path": "/guides/components/sidebar" }, |
59 | | - { "title": "Steps", "path": "/guides/components/steps" }, |
60 | | - { "title": "Tabs", "path": "/guides/components/tabs" }, |
61 | | - { "title": "WikiTable", "path": "/guides/components/wiki-table" }, |
| 37 | + { |
| 38 | + "title": "Layout & Navigation", |
| 39 | + "collapsible": true, |
| 40 | + "items": [ |
| 41 | + { "title": "Header", "path": "/guides/components/header" }, |
| 42 | + { "title": "Sidebar", "path": "/guides/components/sidebar" }, |
| 43 | + { "title": "Footer", "path": "/guides/components/footer" }, |
| 44 | + { "title": "Tabs", "path": "/guides/components/tabs" }, |
| 45 | + { "title": "Steps", "path": "/guides/components/steps" } |
| 46 | + ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "title": "Content Blocks", |
| 50 | + "collapsible": true, |
| 51 | + "items": [ |
| 52 | + { "title": "Accordion", "path": "/guides/components/accordion" }, |
| 53 | + { "title": "Alert", "path": "/guides/components/alert" }, |
| 54 | + { "title": "Callout", "path": "/guides/components/callout" }, |
| 55 | + { "title": "Card", "path": "/guides/components/card" }, |
| 56 | + { "title": "CardGrid", "path": "/guides/components/card-grid" }, |
| 57 | + { "title": "CodeBlock", "path": "/guides/components/code-block" }, |
| 58 | + { "title": "DefinitionList", "path": "/guides/components/definition-list" }, |
| 59 | + { "title": "Divider", "path": "/guides/components/divider" }, |
| 60 | + { "title": "FeatureList", "path": "/guides/components/feature-list" }, |
| 61 | + { "title": "Figure", "path": "/guides/components/figure" }, |
| 62 | + { "title": "Infobox", "path": "/guides/components/infobox" }, |
| 63 | + { "title": "WikiTable", "path": "/guides/components/wiki-table" } |
| 64 | + ] |
| 65 | + }, |
| 66 | + { |
| 67 | + "title": "UI & Utilities", |
| 68 | + "collapsible": true, |
| 69 | + "items": [ |
| 70 | + { "title": "Badge", "path": "/guides/components/badge" }, |
| 71 | + { "title": "ButtonLink", "path": "/guides/components/button-link" }, |
| 72 | + { "title": "DarkModeToggle", "path": "/guides/components/dark-mode-toggle" }, |
| 73 | + { "title": "Icon", "path": "/guides/components/icon" }, |
| 74 | + { "title": "Kbd", "path": "/guides/components/kbd" }, |
| 75 | + { "title": "mdx-components", "path": "/guides/components/mdx-components" }, |
| 76 | + { "title": "PresetSearch", "path": "/guides/components/preset-search" }, |
| 77 | + { "title": "SearchBar", "path": "/guides/components/search-bar" } |
| 78 | + ] |
| 79 | + }, |
62 | 80 | { "title": "Writing Guidelines", "path": "/guides/writing-guidelines" } |
63 | 81 | ] |
64 | 82 | }, |
|
0 commit comments