-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (49 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
50 lines (49 loc) · 1.04 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
site_name: AQW Python Bot
site_description: Documentation for the AQW automation toolkit.
site_url: https://example.com
repo_url: https://github.com/Froztt13/aqw-python
repo_name: Froztt13/aqw-python
nav:
- Home: index.md
- API:
- Commands: api/commands.md
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tabs
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
merge_init_into_class: true
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- codehilite
- toc:
permalink: true
watch:
- core
- model
- docs