fix docz menu

This commit is contained in:
Rodrigo Antinarelli 2020-04-08 13:13:42 -03:00 committed by James A. Petts
parent da5b4591d0
commit 8af93d845f
4 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export const Sidebar = React.forwardRef((props, ref) => {
'Data Display',
'Other',
],
Examples: ['Study List', 'Toolbar Header'],
Examples: ['Views'],
System: ['Colors'],
};

View File

@ -1,5 +1,6 @@
---
name: Study List
menu: Views
route: examples/studyList
---

View File

@ -1,5 +1,6 @@
---
name: Toolbar Header
menu: Views
route: examples/toolbarHeader
---

View File

@ -1,7 +1,7 @@
---
name: Viewer
menu: Views
route: views/viewer
route: examples/viewer
---
import { Playground, Props } from 'docz';