-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
38 lines (32 loc) · 930 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
30
31
32
33
34
35
36
37
38
site_name: "Aeiva: An Evolving Intelligent Virtual Assistant"
site_url: https://aeiva.ai/
repo_url: https://github.com/chatsci/Aeiva
plugins:
- search
- autorefs
- mkdocstrings:
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
default_handler: python
handlers:
python:
options:
show_source: false
nav:
- Home: index.md
- Get Started:
- Introduction: intro.md
# - Roadmap: ROADMAP.md
# - Coding guidelines: coding_guidelines.md
# - How-To Guides: how-to-guides.md
- Tutorials: # tutorials.md
- How to automatically generate documentation from docstrings: tutorials/generate_docs.md
# - Install MineDojo on Mac with M1 chip: tutorials/install_minedojo.md
- API References: reference.md
# - Explanations: explanation.md
- Blogs: blogs.md
theme:
name: "material"
logo: assets/logo.png
custom_dir: docs/overrides-material/
features:
- navigation.tabs