-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
51 lines (50 loc) · 1.37 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: columbo Documentation
site_url: https://plannigan.github.io/columbo/
repo_url: https://github.com/plannigan/columbo
repo_name: plannigan/columbo
edit_uri: edit/main/docs/
docs_dir: docs
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Usage Guide:
- Fundamentals: usage-guide/fundamentals.md
- Interactions: usage-guide/interactions.md
- Optional Questions & Branching: usage-guide/optional-questions-and-branching.md
- Validators: usage-guide/validators.md
- Command Line Interface: usage-guide/command-line.md
- Advanced Usage: usage-guide/advanced-usage.md
- Why Columbo?: why-columbo.md
- Reference: api.md
- Development Guide: development-guide.md
- Changelog: changelog.md
theme: material
markdown_extensions:
- markdown_include.include:
base_path: docs
- admonition
- codehilite
- footnotes
- pymdownx.highlight
- pymdownx.keys
- pymdownx.superfences
plugins:
- search
- redirects:
redirect_maps:
usage-guide.md: usage-guide/fundamentals.md
CHANGELOG.md: changelog.md
- mkdocstrings:
handlers:
python:
options:
docstring_style: "sphinx"
heading_level: 3
show_root_heading: True
show_source: False
show_root_full_path: False
extra:
version:
provider: mike
extra_css:
- css/mkdocstrings.css