* docs: create a new UI docs project (#13233) * docs: create a new UI docs project * fix installation errors * docs: migrate UI docs content to new project (#13241) * Fix content * added examples for some components * finish adding examples * lint fix * fix build errors * delete empty files * path fixes + refactor * fix build error
410 lines
10 KiB
JavaScript
410 lines
10 KiB
JavaScript
export const generatedSidebars = [
|
|
{
|
|
"sidebar_id": "ui",
|
|
"title": "Medusa UI",
|
|
"items": [
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Introduction",
|
|
"path": "/",
|
|
"children": []
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "category",
|
|
"title": "Installation",
|
|
"initialOpen": true,
|
|
"children": [
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Medusa Admin Extension",
|
|
"path": "/installation/medusa-admin-extension",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Standalone Project",
|
|
"path": "/installation/standalone-project",
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Icons",
|
|
"path": "/icons/overview",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Colors",
|
|
"path": "/colors/overview",
|
|
"children": []
|
|
},
|
|
{
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "category",
|
|
"title": "Components",
|
|
"initialOpen": true,
|
|
"children": [
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Alert",
|
|
"path": "/components/alert",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Avatar",
|
|
"path": "/components/avatar",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Badge",
|
|
"path": "/components/badge",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Button",
|
|
"path": "/components/button",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Calendar",
|
|
"path": "/components/calendar",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Checkbox",
|
|
"path": "/components/checkbox",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Code Block",
|
|
"path": "/components/code-block",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Command",
|
|
"path": "/components/command",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Command Bar",
|
|
"path": "/components/command-bar",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Container",
|
|
"path": "/components/container",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Copy",
|
|
"path": "/components/copy",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Currency Input",
|
|
"path": "/components/currency-input",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Data Table",
|
|
"path": "/components/data-table",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Date Picker",
|
|
"path": "/components/date-picker",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Drawer",
|
|
"path": "/components/drawer",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Dropdown Menu",
|
|
"path": "/components/dropdown-menu",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Focus Modal",
|
|
"path": "/components/focus-modal",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Heading",
|
|
"path": "/components/heading",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Icon Badge",
|
|
"path": "/components/icon-badge",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Icon Button",
|
|
"path": "/components/icon-button",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Inline Tip",
|
|
"path": "/components/inline-tip",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Input",
|
|
"path": "/components/input",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Kbd",
|
|
"path": "/components/kbd",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Label",
|
|
"path": "/components/label",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Progress Accordion",
|
|
"path": "/components/progress-accordion",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Progress Tabs",
|
|
"path": "/components/progress-tabs",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Prompt",
|
|
"path": "/components/prompt",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Radio Group",
|
|
"path": "/components/radio-group",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Select",
|
|
"path": "/components/select",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Status Badge",
|
|
"path": "/components/status-badge",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Switch",
|
|
"path": "/components/switch",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Table",
|
|
"path": "/components/table",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Tabs",
|
|
"path": "/components/tabs",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Text",
|
|
"path": "/components/text",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Textarea",
|
|
"path": "/components/textarea",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Toast",
|
|
"path": "/components/toast",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "Tooltip",
|
|
"path": "/components/tooltip",
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "category",
|
|
"title": "Hooks",
|
|
"initialOpen": true,
|
|
"children": [
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "usePrompt",
|
|
"path": "/hooks/use-prompt",
|
|
"children": []
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "useToggleState",
|
|
"path": "/hooks/use-toggle-state",
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "category",
|
|
"title": "Utils",
|
|
"initialOpen": true,
|
|
"children": [
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"title": "clx",
|
|
"path": "/utils/clx",
|
|
"children": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
] |