Skip to content

Commit b692a2b

Browse files
committed
move menu from top bar to left sidebar
1 parent c8cfbcd commit b692a2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ theme:
3737
code: Roboto Mono
3838
features:
3939
- navigation.instant # Instantly loads new pages without full reload
40-
- navigation.tabs # Displays top-level navigation as horizontal tabs
40+
#- navigation.tabs # Displays top-level navigation as horizontal tabs
4141
- navigation.top # Keeps the top navigation bar visible while scrolling (sticky header)
4242
- toc.integrate # Integrates table of contents into the side navigation
4343
- search.suggest # Suggests search terms as you type
@@ -53,6 +53,7 @@ theme:
5353
nav:
5454
- Home: index.md
5555
- Installation: installation.md
56+
- Getting Started: getting-started.md
5657
- User Guide:
5758
- Overview: user-guide/overview.md
5859
- Workflow: user-guide/workflow.md
@@ -67,6 +68,9 @@ nav:
6768
- PortPy API: api/portpy.md
6869
- Publications: publications.md
6970
- Contributing: contributing.md
71+
- Datasets: datasets.md
72+
- About: about.md
73+
7074

7175

7276
# --------MkDocs plugins used to enhance functionality --------

0 commit comments

Comments
 (0)