diff --git a/apps/docs/config/routes.json b/apps/docs/config/routes.json index fa1b2226d..583e220fa 100644 --- a/apps/docs/config/routes.json +++ b/apps/docs/config/routes.json @@ -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", @@ -150,6 +144,12 @@ "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", @@ -157,6 +157,12 @@ "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", @@ -164,10 +170,11 @@ "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", @@ -194,32 +201,6 @@ "keywords": "chip, tag, label, small actionable entity", "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", "title": "Circular Progress", @@ -227,17 +208,16 @@ "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": "code", + "title": "Code", + "keywords": "code, code snippet, inline code, coding", + "path": "/docs/components/code.mdx" }, { - "key": "range-calendar", - "title": "Range Calendar", - "keywords": "range calendar, date picker, month picker, year picker", - "path": "/docs/components/range-calendar.mdx", + "key": "date-input", + "title": "Date Input", + "keywords": "date-input, time, input, timezone", + "path": "/docs/components/date-input.mdx", "newPost": true }, { @@ -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", @@ -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", @@ -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", @@ -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", @@ -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",