@@ -51,27 +51,25 @@ theme:
5151# --------Navigation structure for the sidebar and top menu --------
5252
5353nav :
54- - Home : home.md
55- - Quick Start : quick-start.md
56- - Datasets : datasets.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
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
6261 - 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
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
71+ - Datasets : datasets.md
72+ - About : about.md
7573
7674
7775
@@ -117,4 +115,3 @@ extra_javascript: # Include custom JavaScript files
117115
118116extra_css : # Include custom CSS files
119117 - styles/extra.css
120-
0 commit comments