-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (39 loc) · 1.02 KB
/
mkdocs.yml
File metadata and controls
43 lines (39 loc) · 1.02 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
site_name: Autonima
site_url: https://adelavega.github.io/autonima/
repo_url: https://github.com/adelavega/autonima
repo_name: adelavega/autonima
docs_dir: docs
strict: true
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- mkdocs-click
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quickstart: getting-started/quickstart.md
- Guides:
- Configuration: guides/configuration.md
- CLI Usage: guides/cli.md
- Outputs: guides/outputs.md
- Interpreting Outputs: guides/interpreting-outputs.md
- Full-Text Sources: guides/full-text-sources.md
- Meta-Analysis: guides/meta-analysis.md
- Reference:
- CLI Reference: reference/cli.md
- Contributing:
- Documentation: contributing/docs.md