-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
71 lines (71 loc) · 1.85 KB
/
Copy pathmkdocs.yaml
File metadata and controls
71 lines (71 loc) · 1.85 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: gittable
site_url: https://enorganic.github.io/gittable/
repo_url: https://github.com/enorganic/gittable/
edit_uri: blob/main/docs/
nav:
- Introduction: 'index.md'
- CLI Reference: 'cli.md'
- API Reference:
- download: 'api/download.md'
- tag-version: 'api/tag_version.md'
- Contributing: 'contributing.md'
theme:
name: material
color_mode: auto
user_color_mode_toggle: true
locale: en
features:
- navigation.top
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_section_style: list
members_order: source
show_root_heading: true
show_source: true
show_signature_annotations: true
signature_crossrefs: true
separate_signature: true
inherited_members: true
heading_level: 1
separate_signature: true
annotations_path: full
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.highlight
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
extra_css:
- assets/stylesheets/style.css
extra_javascript:
- assets/javascripts/extra.js