From 8352274b19ae10cecbdb87f96606bc28157427c8 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 6 Jun 2023 17:46:49 +0200 Subject: Working on documentation architecture. --- mkdocs.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'mkdocs.yml') 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 -- cgit v1.1