Skip to content

Commit

Permalink
refactor(docs): sort component routes alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Jun 26, 2024
1 parent 720f2f5 commit 3f9c2e5
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions apps/docs/config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@
"keywords": "interface elements, interactive components, UI components, widgets",
"defaultOpen": true,
"routes": [
{
"key": "avatar",
"title": "Avatar",
"keywords": "avatar, profile picture, user representation, identity",
"path": "/docs/components/avatar.mdx"
},
{
"key": "accordion",
"title": "Accordion",
Expand All @@ -150,24 +144,37 @@
"keywords": "autocomplete, auto suggest, search, typeahead",
"path": "/docs/components/autocomplete.mdx"
},
{
"key": "avatar",
"title": "Avatar",
"keywords": "avatar, profile picture, user representation, identity",
"path": "/docs/components/avatar.mdx"
},
{
"key": "badge",
"title": "Badge",
"keywords": "badge, markers, status indication, count display",
"path": "/docs/components/badge.mdx",
"updated": true
},
{
"key": "breadcrumbs",
"title": "Breadcrumbs",
"keywords": "breadcrumbs, navigation, path, trail, location",
"path": "/docs/components/breadcrumbs.mdx"
},
{
"key": "button",
"title": "Button",
"keywords": "button, interactive, action trigger, click events",
"path": "/docs/components/button.mdx"
},
{
"key": "breadcrumbs",
"title": "Breadcrumbs",
"keywords": "breadcrumbs, navigation, path, trail, location",
"path": "/docs/components/breadcrumbs.mdx"
"key": "calendar",
"title": "Calendar",
"keywords": "calendar, date picker, month picker, year picker",
"path": "/docs/components/calendar.mdx",
"newPost": true
},
{
"key": "card",
Expand All @@ -194,52 +201,25 @@
"keywords": "chip, tag, label, small actionable entity",
"path": "/docs/components/chip.mdx"
},
{
"key": "circular-progress",
"title": "Circular Progress",
"keywords": "circular progress, loading indicator, activity sign, process display",
"path": "/docs/components/circular-progress.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",
"title": "Circular Progress",
"keywords": "circular progress, loading indicator, activity sign, process display",
"path": "/docs/components/circular-progress.mdx"
},
{
"key": "calendar",
"title": "Calendar",
"keywords": "calendar, date picker, month picker, year picker",
"path": "/docs/components/calendar.mdx",
"newPost": true
},
{
"key": "range-calendar",
"title": "Range Calendar",
"keywords": "range calendar, date picker, month picker, year picker",
"path": "/docs/components/range-calendar.mdx",
"newPost": true
},
{
"key": "date-picker",
"title": "Date Picker",
Expand Down Expand Up @@ -272,6 +252,12 @@
"keywords": "image, media, picture, photo, graphic display",
"path": "/docs/components/image.mdx"
},
{
"key": "input",
"title": "Input",
"keywords": "input, text box, form field, data entry",
"path": "/docs/components/input.mdx"
},
{
"key": "kbd",
"title": "Kbd",
Expand Down Expand Up @@ -326,6 +312,19 @@
"keywords": "radio group, selection set, option selection, exclusive choices",
"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",
"title": "Select",
Expand All @@ -339,18 +338,18 @@
"path": "/docs/components/skeleton.mdx",
"updated": true
},
{
"key": "slider",
"title": "Slider",
"keywords": "slider, range input, value selector, sliding control",
"path": "/docs/components/slider.mdx"
},
{
"key": "snippet",
"title": "Snippet",
"keywords": "snippet, code block, programming, code example",
"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",
"title": "Spacer",
Expand All @@ -369,12 +368,6 @@
"keywords": "switch, toggle, binary input, on/off control",
"path": "/docs/components/switch.mdx"
},
{
"key": "slider",
"title": "Slider",
"keywords": "slider, range input, value selector, sliding control",
"path": "/docs/components/slider.mdx"
},
{
"key": "table",
"title": "Table",
Expand All @@ -394,6 +387,13 @@
"keywords": "textarea, multi-line text input, large text field, form control",
"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",
"title": "Tooltip",
Expand Down

0 comments on commit 3f9c2e5

Please sign in to comment.