Skip to content

Commit

Permalink
docs: Add missing components to sidebar (#782)
Browse files Browse the repository at this point in the history
- We added a whole bunch of docs for components, but they are not
visible in the sidebar
- Add them to the sidebar in alphabetical order. Perhaps we'll want
groupings at some point
  • Loading branch information
mofojed authored Aug 30, 2024
1 parent 5a9de22 commit ae34f96
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions plugins/ui/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,57 @@
{
"label": "Components",
"items": [
{
"label": "Action Button",
"path": "components/action_button.md"
},
{
"label": "Button",
"path": "components/button.md"
},
{
"label": "Checkbox",
"path": "components/checkbox.md"
},
{
"label": "Combo Box",
"path": "components/combo_box.md"
},
{
"label": "Date Picker",
"path": "components/date_picker.md"
},
{
"label": "Illustrated Message",
"path": "components/illustrated_message.md"
},
{
"label": "Image",
"path": "components/image.md"
},
{
"label": "Picker",
"path": "components/picker.md"
},
{
"label": "Radio Group",
"path": "components/radio_group.md"
},
{
"label": "Range Slider",
"path": "components/range_slider.md"
},
{
"label": "Slider",
"path": "components/slider.md"
},
{
"label": "Text Area",
"path": "components/text_area.md"
},
{
"label": "View",
"path": "components/view.md"
}
]
},
Expand Down

0 comments on commit ae34f96

Please sign in to comment.