mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
refactor(docs): sort component routes alphabetically (#3328)
This commit is contained in:
parent
0462dde0a7
commit
9d26d02fbb
@ -132,12 +132,6 @@
|
|||||||
"keywords": "interface elements, interactive components, UI components, widgets",
|
"keywords": "interface elements, interactive components, UI components, widgets",
|
||||||
"defaultOpen": true,
|
"defaultOpen": true,
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
|
||||||
"key": "avatar",
|
|
||||||
"title": "Avatar",
|
|
||||||
"keywords": "avatar, profile picture, user representation, identity",
|
|
||||||
"path": "/docs/components/avatar.mdx"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "accordion",
|
"key": "accordion",
|
||||||
"title": "Accordion",
|
"title": "Accordion",
|
||||||
@ -150,6 +144,12 @@
|
|||||||
"keywords": "autocomplete, auto suggest, search, typeahead",
|
"keywords": "autocomplete, auto suggest, search, typeahead",
|
||||||
"path": "/docs/components/autocomplete.mdx"
|
"path": "/docs/components/autocomplete.mdx"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "avatar",
|
||||||
|
"title": "Avatar",
|
||||||
|
"keywords": "avatar, profile picture, user representation, identity",
|
||||||
|
"path": "/docs/components/avatar.mdx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "badge",
|
"key": "badge",
|
||||||
"title": "Badge",
|
"title": "Badge",
|
||||||
@ -157,6 +157,12 @@
|
|||||||
"path": "/docs/components/badge.mdx",
|
"path": "/docs/components/badge.mdx",
|
||||||
"updated": true
|
"updated": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "breadcrumbs",
|
||||||
|
"title": "Breadcrumbs",
|
||||||
|
"keywords": "breadcrumbs, navigation, path, trail, location",
|
||||||
|
"path": "/docs/components/breadcrumbs.mdx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "button",
|
"key": "button",
|
||||||
"title": "Button",
|
"title": "Button",
|
||||||
@ -164,10 +170,11 @@
|
|||||||
"path": "/docs/components/button.mdx"
|
"path": "/docs/components/button.mdx"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "breadcrumbs",
|
"key": "calendar",
|
||||||
"title": "Breadcrumbs",
|
"title": "Calendar",
|
||||||
"keywords": "breadcrumbs, navigation, path, trail, location",
|
"keywords": "calendar, date picker, month picker, year picker",
|
||||||
"path": "/docs/components/breadcrumbs.mdx"
|
"path": "/docs/components/calendar.mdx",
|
||||||
|
"newPost": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "card",
|
"key": "card",
|
||||||
@ -194,32 +201,6 @@
|
|||||||
"keywords": "chip, tag, label, small actionable entity",
|
"keywords": "chip, tag, label, small actionable entity",
|
||||||
"path": "/docs/components/chip.mdx"
|
"path": "/docs/components/chip.mdx"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "code",
|
|
||||||
"title": "Code",
|
|
||||||
"keywords": "code, code snippet, inline code, coding",
|
|
||||||
"path": "/docs/components/code.mdx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "input",
|
|
||||||
"title": "Input",
|
|
||||||
"keywords": "input, text box, form field, data entry",
|
|
||||||
"path": "/docs/components/input.mdx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "date-input",
|
|
||||||
"title": "Date Input",
|
|
||||||
"keywords": "date-input, time, input, timezone",
|
|
||||||
"path": "/docs/components/date-input.mdx",
|
|
||||||
"newPost": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "time-input",
|
|
||||||
"title": "Time Input",
|
|
||||||
"keywords": "timeinput, time, input, timezone",
|
|
||||||
"path": "/docs/components/time-input.mdx",
|
|
||||||
"newPost": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "circular-progress",
|
"key": "circular-progress",
|
||||||
"title": "Circular Progress",
|
"title": "Circular Progress",
|
||||||
@ -227,17 +208,16 @@
|
|||||||
"path": "/docs/components/circular-progress.mdx"
|
"path": "/docs/components/circular-progress.mdx"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "calendar",
|
"key": "code",
|
||||||
"title": "Calendar",
|
"title": "Code",
|
||||||
"keywords": "calendar, date picker, month picker, year picker",
|
"keywords": "code, code snippet, inline code, coding",
|
||||||
"path": "/docs/components/calendar.mdx",
|
"path": "/docs/components/code.mdx"
|
||||||
"newPost": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "range-calendar",
|
"key": "date-input",
|
||||||
"title": "Range Calendar",
|
"title": "Date Input",
|
||||||
"keywords": "range calendar, date picker, month picker, year picker",
|
"keywords": "date-input, time, input, timezone",
|
||||||
"path": "/docs/components/range-calendar.mdx",
|
"path": "/docs/components/date-input.mdx",
|
||||||
"newPost": true
|
"newPost": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -272,6 +252,12 @@
|
|||||||
"keywords": "image, media, picture, photo, graphic display",
|
"keywords": "image, media, picture, photo, graphic display",
|
||||||
"path": "/docs/components/image.mdx"
|
"path": "/docs/components/image.mdx"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "input",
|
||||||
|
"title": "Input",
|
||||||
|
"keywords": "input, text box, form field, data entry",
|
||||||
|
"path": "/docs/components/input.mdx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "kbd",
|
"key": "kbd",
|
||||||
"title": "Kbd",
|
"title": "Kbd",
|
||||||
@ -326,6 +312,19 @@
|
|||||||
"keywords": "radio group, selection set, option selection, exclusive choices",
|
"keywords": "radio group, selection set, option selection, exclusive choices",
|
||||||
"path": "/docs/components/radio-group.mdx"
|
"path": "/docs/components/radio-group.mdx"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "range-calendar",
|
||||||
|
"title": "Range Calendar",
|
||||||
|
"keywords": "range calendar, date picker, month picker, year picker",
|
||||||
|
"path": "/docs/components/range-calendar.mdx",
|
||||||
|
"newPost": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "scroll-shadow",
|
||||||
|
"title": "Scroll Shadow",
|
||||||
|
"keywords": "scroll shadow, scroll indicator, scroll bar, scroll position",
|
||||||
|
"path": "/docs/components/scroll-shadow.mdx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "select",
|
"key": "select",
|
||||||
"title": "Select",
|
"title": "Select",
|
||||||
@ -339,18 +338,18 @@
|
|||||||
"path": "/docs/components/skeleton.mdx",
|
"path": "/docs/components/skeleton.mdx",
|
||||||
"updated": true
|
"updated": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "slider",
|
||||||
|
"title": "Slider",
|
||||||
|
"keywords": "slider, range input, value selector, sliding control",
|
||||||
|
"path": "/docs/components/slider.mdx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "snippet",
|
"key": "snippet",
|
||||||
"title": "Snippet",
|
"title": "Snippet",
|
||||||
"keywords": "snippet, code block, programming, code example",
|
"keywords": "snippet, code block, programming, code example",
|
||||||
"path": "/docs/components/snippet.mdx"
|
"path": "/docs/components/snippet.mdx"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "scroll-shadow",
|
|
||||||
"title": "Scroll Shadow",
|
|
||||||
"keywords": "scroll shadow, scroll indicator, scroll bar, scroll position",
|
|
||||||
"path": "/docs/components/scroll-shadow.mdx"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "spacer",
|
"key": "spacer",
|
||||||
"title": "Spacer",
|
"title": "Spacer",
|
||||||
@ -369,12 +368,6 @@
|
|||||||
"keywords": "switch, toggle, binary input, on/off control",
|
"keywords": "switch, toggle, binary input, on/off control",
|
||||||
"path": "/docs/components/switch.mdx"
|
"path": "/docs/components/switch.mdx"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "slider",
|
|
||||||
"title": "Slider",
|
|
||||||
"keywords": "slider, range input, value selector, sliding control",
|
|
||||||
"path": "/docs/components/slider.mdx"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "table",
|
"key": "table",
|
||||||
"title": "Table",
|
"title": "Table",
|
||||||
@ -394,6 +387,13 @@
|
|||||||
"keywords": "textarea, multi-line text input, large text field, form control",
|
"keywords": "textarea, multi-line text input, large text field, form control",
|
||||||
"path": "/docs/components/textarea.mdx"
|
"path": "/docs/components/textarea.mdx"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "time-input",
|
||||||
|
"title": "Time Input",
|
||||||
|
"keywords": "timeinput, time, input, timezone",
|
||||||
|
"path": "/docs/components/time-input.mdx",
|
||||||
|
"newPost": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "tooltip",
|
"key": "tooltip",
|
||||||
"title": "Tooltip",
|
"title": "Tooltip",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user