Skip to content

Commit

Permalink
docs: update sidebar tags
Browse files Browse the repository at this point in the history
  • Loading branch information
@casey_baggz_omni committed Jul 5, 2024
1 parent bab1cc5 commit 55440ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/app/preset/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"id": "1:a",
"label": "Installation",
"route": "/preset",
"tag": "",
"type": "route"
},
{
Expand All @@ -19,24 +20,28 @@
"id": "2:a",
"label": "Theme",
"route": "/preset/theme",
"tag": "",
"type": "route"
},
{
"id": "2:b",
"label": "Colors",
"route": "/preset/colors",
"tag": "new",
"type": "route"
},
{
"id": "2:c",
"label": "Typography",
"route": "/preset/typography",
"tag": "",
"type": "route"
},
{
"id": "2:d",
"label": "Animation",
"route": "/preset/animation",
"tag": "",
"type": "route"
},
{
Expand All @@ -48,24 +53,28 @@
"id": "3:a",
"label": "Z-Index",
"route": "/preset/z-index",
"tag": "",
"type": "route"
},
{
"id": "3:b",
"label": "Conditions",
"route": "/preset/conditions",
"tag": "",
"type": "route"
},
{
"id": "3:c",
"label": "Utilities",
"route": "/preset/utilities",
"tag": "",
"type": "route"
},
{
"id": "3:d",
"label": "Patterns",
"route": "/preset/patterns",
"tag": "",
"type": "route"
}
]
6 changes: 3 additions & 3 deletions docs/app/react/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@
"id": "2:h",
"label": "Tag",
"route": "/react/tags",
"tag": "new",
"tag": "",
"type": "route"
},
{
"id": "2:i",
"label": "Textarea",
"route": "/react/textarea",
"tag": "new",
"tag": "",
"type": "route"
},
{
"id": "2:j",
"label": "Tooltip",
"route": "/react/tooltip",
"tag": "new",
"tag": "",
"type": "route"
},
{
Expand Down

0 comments on commit 55440ff

Please sign in to comment.