We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a7d5a commit 6e7f242Copy full SHA for 6e7f242
docs/index.md
@@ -1,6 +1 @@
1
----
2
-hide:
3
- - toc
4
5
-
6
# COMPAS Model
docs/introduction.md
docs/license.md
@@ -0,0 +1 @@
+--8<-- "LICENSE"
mkdocs.yml
@@ -140,10 +140,8 @@ plugins:
140
unwrap_annotated: true
141
142
nav:
143
- - Home: index.md
144
- - Get Started:
145
- - Introduction: introduction.md
146
- - Installation: installation.md
+ - Introduction: index.md
+ - Installation: installation.md
147
- Reference:
148
- algorithms: reference/compas_model.algorithms.md
149
- datastructures: reference/compas_model.datastructures.md
@@ -156,3 +154,4 @@ nav:
156
154
- viewer: reference/compas_model.viewer.md
157
155
- Other:
158
- changelog.md
+ - license.md
0 commit comments