-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 861 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 861 Bytes
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
site_name: Neotoma DataBUS Documentation
repo_url: https://github.com/NeotomaDB/DataBUS
site_description: Documentation for the Neotoma Data Bulk Uploader System (DataBUS), including both function examples and documentation as well as the project overview and end-user guidance and onboarding.
theme:
name: material
locale: en
plugins:
- mkdocstrings:
handlers:
python:
options:
show_source: false
members_order: source
filters:
- "!^_"
show_root_heading: true
show_root_full_path: false
merge_init_into_class: true
docstring_section_style: spacy
nav:
- DataBUS Docs: index.md
- Tutorials: tutorials.md
- How-To Guides: how-to-guide.md
- Documentation: reference.md
extra:
version: 1.0
watch:
- docs
- img
- src