-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
60 lines (52 loc) · 1.29 KB
/
Copy pathmkdocs.yaml
File metadata and controls
60 lines (52 loc) · 1.29 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
site_name: Azaka
site_description: Documentation for Azaka.
site_author: Nova/mooncell07
theme:
name: "material"
palette:
- scheme: slate
primary: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
primary: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- navigation.top
logo: https://cdn-icons-png.flaticon.com/512/3276/3276136.png
favicon: https://cdn-icons-png.flaticon.com/512/3276/3276136.png
repo_name: mooncell07/Azaka
repo_url: https://github.com/mooncell07/Azaka
plugins:
- search
- autorefs:
link_titles: external
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
members_order: "source"
import:
- https://docs.python.org/3.10/objects.inv
nav:
- Home: index.md
- Azaka:
- Client: Azaka/client.md
- Paginator: Azaka/paginator.md
- Models: Azaka/models.md
- Exceptions: Azaka/exceptions.md
- Query: Azaka/query.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- attr_list
- toc:
permalink: "#"
extra_css:
- ./css/extra.css
copyright: Copyright 2023 - Present © mooncell07