-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (76 loc) · 1.83 KB
/
Copy pathmkdocs.yml
File metadata and controls
80 lines (76 loc) · 1.83 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
72
73
74
75
76
77
78
79
80
site_name: Tigrcorn Docs
site_url: https://docs.tigrcorn.com
repo_url: https://github.com/tigrbl/tigrcorn-com
repo_name: tigrbl/tigrcorn-com
copyright: Copyright © 2025 Swarmauri
theme:
name: material
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: orange
accent: deep purple
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: orange
accent: deep orange
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
extensions:
- griffe_typingdoc
show_root_heading: true
show_if_no_docstring: true
inherited_members: true
members_order: source
separate_signature: true
unwrap_annotated: true
filters:
- '!^_'
merge_init_into_class: true
docstring_section_style: spacy
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
show_source: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- tables
- footnotes
nav:
- Home: index.md
- Getting Started: getting-started.md
- Guides: guides/index.md
- Reference: reference/index.md