diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 |