-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
118 lines (112 loc) · 2.9 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
site_name: Asynchronous PS4 Controller
repo_url: https://github.com/GeomKid/AsyncPyPS4Controller
repo_name: /GeomKid/AsyncPyPS4Controller
copyright: Copyright © 2023 - Present Tan Chin Peng – <a href="#__consent">Change cookie settings</a>
docs_dir: docs/src
edit_uri: edit/stable/docs/src
site_url: https://geomkid.github.io/AsyncPyPS4Controller/
theme:
name: material
features:
- header.autohide
- navigation.instant
- navigation.top
- navigation.tabs
- search.suggest
- search.share
- navigation.indexes
- navigation.prune
- toc.follow
- content.tooltips
- content.code.annotate
- content.action.edit
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github-alt
watch:
- AsynchronousPS4Controller
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/GeomKid/AsyncPyPS4Controller
name: Github Repository
plugins:
- search
- awesome-pages
- autorefs
- git-revision-date-localized:
fallback_to_build_date: true
enable_creation_date: true
- git-committers:
repository: interactions-py/interactions.py
branch: stable
- mkdocstrings:
# custom_templates: docs/templates
enable_inventory: true
handlers:
python:
selection:
inherited_members: True
filters:
- "!^_"
options:
filters:
- "!^_"
rendering:
members_order: source
show_bases: True
show_root_toc_entry: False
group_by_category: True
heading_level: 3
show_if_no_docstring: True
- minify:
minify_html: true
markdown_extensions:
- meta
- tables
- admonition
- pymdownx.details
- pymdownx.snippets:
base_path: docs/_snippets
check_paths: True
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.keys
- pymdownx.saneheaders
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: true
toc_depth: 6
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- abbr
- attr_list
- md_in_html