v.1.13.0 add: context menu

This commit is contained in:
gitfromwildan
2025-05-29 19:16:34 +07:00
parent 36242e6942
commit d9ce3893e6
29 changed files with 340 additions and 128 deletions

View File

@@ -61,35 +61,58 @@
"title": "Getting Started",
"href": "/getting-started",
"noLink": true,
"context": {
"icon": "Book",
"description": "Set up your Documentation",
"title": "Guides"
},
"items": [
{ "title": "Introduction", "href": "/introduction" },
{ "title": "Installation", "href": "/installation" },
{ "title": "Quick Start Guide", "href": "/quick-start-guide" },
{ "title": "Project Structure", "href": "/project-structure" },
{
"title": "Components",
"href": "/components",
"items": [
{ "title": "Accordion", "href": "/accordion" },
{ "title": "Button", "href": "/button" },
{ "title": "Card", "href": "/card" },
{ "title": "Card Group", "href": "/card-group" },
{ "title": "Code Block", "href": "/code-block" },
{ "title": "File Tree", "href": "/file-tree" },
{ "title": "Image", "href": "/image" },
{ "title": "Keyboard", "href": "/keyboard" },
{ "title": "Link", "href": "/link" },
{ "title": "Note", "href": "/note" },
{ "title": "Release Note", "href": "/release-note" },
{ "title": "Stepper", "href": "/stepper" },
{ "title": "Tabs", "href": "/tabs" },
{ "title": "Tooltips", "href": "/tooltips" },
{ "title": "Youtube", "href": "/youtube" },
{ "title": "Custom", "href": "/custom" }
]
},
{ "title": "Customize", "href": "/customize" },
{ "title": "Changelog", "href": "/changelog" }
{ "title": "Customize", "href": "/customize" }
]
},
{
"title": "Components",
"href": "/components",
"noLink": true,
"context": {
"icon": "Layers",
"description": "Write with Markdown",
"title": "Markdown"
},
"items": [
{ "title": "Accordion", "href": "/accordion" },
{ "title": "Button", "href": "/button" },
{ "title": "Card", "href": "/card" },
{ "title": "Card Group", "href": "/card-group" },
{ "title": "Code Block", "href": "/code-block" },
{ "title": "File Tree", "href": "/file-tree" },
{ "title": "Image", "href": "/image" },
{ "title": "Keyboard", "href": "/keyboard" },
{ "title": "Link", "href": "/link" },
{ "title": "Note", "href": "/note" },
{ "title": "Release Note", "href": "/release-note" },
{ "title": "Stepper", "href": "/stepper" },
{ "title": "Tabs", "href": "/tabs" },
{ "title": "Tooltips", "href": "/tooltips" },
{ "title": "Youtube", "href": "/youtube" },
{ "title": "Custom", "href": "/custom" }
]
},
{
"title": "Changelog",
"href": "/changelog",
"noLink": true,
"context": {
"icon": "History",
"description": "Updates and changes",
"title": "Changelog"
},
"items": [
{ "title": "Version 1.0+", "href": "/version-1" }
]
}
]