-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
29 lines (29 loc) · 890 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: Statue
site_description: 'Statue - Orchestration tool for static code analysis'
repo_url: https://github.com/saroad2/statue
theme:
name: material
logo: img/logo_white.png
custom_dir: docs/overrides
nav:
- Home: README.md
- Tutorials:
- Quick Start: tutorials/quick_start.md
- Run Efficiently: tutorials/run_efficiently.md
- It's All A Matter of Context: tutorials/contexts.md
- Configurate It: tutorials/configuration.md
- Advanced:
- Taking Contexts to The Next Level: advanced/advanced_contexts.md
- Run On Steroids: advanced/advanced_run.md
- User Templates: advanced/user_templates.md
- CLI References: cli_references.md
- Templates: templates.md
- Integrations: integrations.md
markdown_extensions:
- admonition
- attr_list
- mkdocs-click
plugins:
- macros:
module_name: docs/mkdocs_macros
- search