-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (98 loc) · 2.46 KB
/
Copy pathmkdocs.yml
File metadata and controls
98 lines (98 loc) · 2.46 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: Tigrbl
repo_url: https://github.com/swarmauri/swarmauri-sdk/tree/mono/dev/pkgs/standards/tigrbl
repo_name: tigrbl
copyright: Copyright © 2025 Swarmauri
theme:
name: material
logo: assets/tigrbl_logo.png
favicon: assets/tigrbl_logo.png
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:
- announce.dismiss
- content.action.edit
- content.code.annotate
- content.code.copy
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
plugins:
- mkdocstrings:
handlers:
python:
paths:
- /pkgs/standards/tigrbl
- /pkgs/standards/tigrbl_auth
- /pkgs/standards/tigrbl_client
- /pkgs/standards/tigrbl_kms
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
- search: null
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/swarmauri
- icon: fontawesome/brands/youtube
link: https://youtube.com/@swarmauri
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/swarmauri
- icon: fontawesome/brands/twitter
link: https://twitter.com/swarmauri
- icon: fontawesome/brands/github
link: https://github.com/swarmauri/swarmauri-sdk
nav:
- Home: index.md
- API: api/