Skip to content

Commit

Permalink
docs(AppDrawer): properly alphabetize drawer
Browse files Browse the repository at this point in the history
resolves #10121
  • Loading branch information
MajesticPotatoe committed Jan 27, 2020
1 parent ab6281a commit 7f8fa30
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions packages/docs/src/data/drawerItems.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,9 @@
{ "text": "dividers", "to": "dividers" },
{ "text": "expansionPanels", "to": "expansion-panels" },
{ "text": "footer", "to": "footer" },
{ "text": "grid", "to": "grids" },
{
"group": "components",
"text": "groups",
"children": [
{ "text": "buttonGroups", "to": "button-groups" },
{ "text": "chipGroups", "to": "chip-groups" },
{ "text": "itemGroups", "to": "item-groups" },
{ "text": "listItemGroups", "to": "list-item-groups" },
{ "text": "slideGroups", "to": "slide-groups" },
{ "text": "windows", "to": "windows" }
]
},
{ "text": "hover", "to": "hover" },
{ "text": "icons", "to": "icons" },
{ "text": "images", "to": "images" },
{
"group": "components",
"text": "inputsAndControls",
"text": "formInputsAndControls",
"children": [
{ "text": "autocompletes", "to": "autocompletes" },
{ "text": "combobox", "to": "combobox" },
Expand All @@ -126,6 +110,22 @@
{ "text": "textFields", "to": "text-fields" }
]
},
{ "text": "grid", "to": "grids" },
{
"group": "components",
"text": "groups",
"children": [
{ "text": "buttonGroups", "to": "button-groups" },
{ "text": "chipGroups", "to": "chip-groups" },
{ "text": "itemGroups", "to": "item-groups" },
{ "text": "listItemGroups", "to": "list-item-groups" },
{ "text": "slideGroups", "to": "slide-groups" },
{ "text": "windows", "to": "windows" }
]
},
{ "text": "hover", "to": "hover" },
{ "text": "icons", "to": "icons" },
{ "text": "images", "to": "images" },
{ "new": true, "text": "lazy", "to": "lazy" },
{ "text": "lists", "to": "lists" },
{ "text": "menus", "to": "menus" },
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/lang/en/vuetify/AppDrawer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"flex": "Flex",
"float": "Float",
"footer": "Footer",
"formInputsAndControls": "Form inputs & controls",
"forms": "Forms",
"frameworkOptions": "Framework options",
"gettingStarted": "Getting started",
Expand All @@ -63,7 +64,6 @@
"introduction": "Introduction",
"images": "Images",
"inputs": "Inputs",
"inputsAndControls": "Form inputs & controls",
"intersect": "Intersection observer",
"itemGroups": "Item groups",
"lazy": "Lazy",
Expand Down

0 comments on commit 7f8fa30

Please sign in to comment.