Skip to content

Commit 84ca6b0

Browse files
committed
test
1 parent 3e7b679 commit 84ca6b0

File tree

3 files changed

+29
-18
lines changed

3 files changed

+29
-18
lines changed
File renamed without changes.

docs/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## test1
2+
3+
4+
## test2
5+
6+
### test3
7+
8+
9+
#### test4

mkdocs.yml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,27 @@ theme:
5151
# --------Navigation structure for the sidebar and top menu --------
5252

5353
nav:
54-
- Home: index.md
55-
- Installation: installation.md
56-
- Getting Started: getting-started.md
57-
- User Guide:
58-
- Overview: user-guide/overview.md
59-
- Workflow: user-guide/workflow.md
60-
- Command-Line Interface: user-guide/cli.md
61-
- Tutorials:
62-
- Loading Data: tutorials/loading-data.md
63-
- Optimization Example: tutorials/optimization.md
64-
- Beam Orientation: tutorials/beam-orientation.md
65-
- Custom Algorithms: tutorials/custom-algorithms.md
66-
- Examples: examples.md
67-
- API Reference:
68-
- PortPy API: api/portpy.md
69-
- Publications: publications.md
70-
- Contributing: contributing.md
54+
- Home: home.md
55+
- Quick Start: quick-start.md
7156
- Datasets: datasets.md
72-
- About: about.md
57+
#- Getting Started: getting-started.md
58+
#- User Guide:
59+
# - Overview: user-guide/overview.md
60+
# - Workflow: user-guide/workflow.md
61+
# - Command-Line Interface: user-guide/cli.md
62+
- Tutorials:
63+
- Workflow Overview: tutorials/workflow-overview.md
64+
- Data Management: tutorials/loading-data.md
65+
- Plan Generation: tutorials/optimization.md
66+
- Plan Evaluation: tutorials/beam-orientation.md
67+
- Extensions: extensions.md
68+
#- Examples: examples.md
69+
#- API Reference:
70+
# - PortPy API: api/portpy.md
71+
#- Publications: publications.md
72+
#- Contributing: contributing.md
73+
- FAQ: FAQ.md
74+
#- About: about.md
7375

7476

7577

0 commit comments

Comments
 (0)