forked from ben-denham/labtech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (39 loc) · 1015 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
39
site_name: labtech
repo_url: https://github.com/ben-denham/labtech/
site_description: Documentation for labtech
nav:
- README: 'README.md'
- Tutorial: 'tutorial.md'
- Cookbook: 'cookbook.md'
- Labs and Tasks: 'core.md'
- Diagramming: 'diagram.md'
- Caches and Storage: 'caching.md'
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
heading_level: 2
docstring_section_style: list
members_order: source
show_root_heading: true
show_signature_annotations: true
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
theme:
name: material
custom_dir: mkdocs_overrides
features:
- navigation.tracking
- navigation.sections
logo: images/icon.svg
favicon: images/icon.png
extra_css:
- stylesheets/extra.css