Skip to content

Commit

Permalink
Add menubar example to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Aug 17, 2023
1 parent eb8750b commit 888038f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


HERE = osp.abspath(osp.dirname(__file__))
EXAMPLES = ["accordionpanel", "datagrid", "dockpanel"]
EXAMPLES = ["accordionpanel", "datagrid", "dockpanel", "menubar"]

# -- General configuration ------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ Rendered static examples
`DataGrid <examples/datagrid/index.html>`_

`DockPanel <examples/dockpanel/index.html>`_

`MenuBar <examples/menubar/index.html>`_

0 comments on commit 888038f

Please sign in to comment.