diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,7 +1,13 @@ site_name: ArGaze documentation +nav: +- index.md +- getting_started.md +- Code Reference: + - argaze.md theme: name: readthedocs - highlightjs: true +extra_css: + - css/extra.css plugins: - search - mkdocstrings: @@ -17,8 +23,8 @@ plugins: annotations_path: brief show_submodules: true show_root_toc_entry: false - watch: - - src/argaze +watch: + - src/argaze markdown_extensions: - markdown_include.include: base_path: . |