aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 685f62e..98b3557 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,15 +1,25 @@
site_name: ArGaze documentation
nav:
- index.md
-- getting_started.md
+- Getting Started:
+ - getting_started/installation.md
+ - getting_started/ready-made.md
+ - getting_started/demos.md
- Code Reference:
- - argaze.md
+ - argaze.md
+- Contributor's Guide:
+ - contributor_guide/build_documentation.md
+ - contributor_guide/unitary_test.md
theme:
name: readthedocs
+ palette:
+ primary: #0299D2
extra_css:
- css/extra.css
plugins:
- search
+ - autorefs
+ - include-markdown
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
@@ -28,4 +38,5 @@ watch:
markdown_extensions:
- markdown_include.include:
base_path: .
+ - attr_list
- admonition