We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac40ff3 commit 0d28b6fCopy full SHA for 0d28b6f
2 files changed
docs/index.md
@@ -1,6 +1,6 @@
1
# COMPAS Invocations 2
2
3
-A collection of reusable pyinvoke tasks for COMPAS packages.
+A collection of reusable [`pyinvoke`](https://pyinvoke.org/) tasks for COMPAS packages.
4
5
## Features
6
mkdocs.yml
@@ -137,3 +137,14 @@ plugins:
137
type_parameter_headings: true
138
unwrap_annotated: true
139
140
+
141
+nav:
142
+ - Home: index.md
143
+ - Installation: installation.md
144
+ - API Reference:
145
+ - Build Tasks: api/build.md
146
+ - Console Tasks: api/console.md
147
+ - Documentation Tasks: api/docs.md
148
+ - Style Tasks: api/style.md
149
+ - Test Tasks: api/tests.md
150
+ - License: license.md
0 commit comments