-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
51 lines (51 loc) · 1.34 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: Garden-AI
nav:
- Home: index.md
- Overview: architecture_overview.md
- User Guide:
- Installation: user_guide/installation.md
- Tutorial: user_guide/tutorial.md
- Setting up Docker: user_guide/docker.md
- Publishing via Modal: user_guide/modal-publishing.md
- FAQs: user_guide/faqs.md
- Developer Guide: developer_guide/contributing.md
- API Reference: api-docs.md
- CLI Reference: garden-ai.md
theme:
name: material
features:
- content.code.copy
plugins:
- search
- callouts
- mkdocstrings:
handlers:
python:
options:
heading_level: 3
docstring_section_style: table
show_source: false
show_signature_annotations: true
separate_signature: true
signature_crossrefs: true
line_length: 150
group_by_category: true
show_category_heading: false
show_root_heading: true
show_root_toc_entry: true
show_object_full_path: true
show_bases: false
markdown_extensions:
- toc:
permalink:
- nl2br
- admonition
- pymdownx.details
- pymdownx.superfences
- codehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets