-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (71 loc) · 1.67 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
site_name: HelperBot
theme:
logo: assets/logo.png
favicon: assets/logo.png
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: black
accent: green
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: black
accent: green
font:
text: "Roboto"
code: "Roboto Mono"
features:
- navigation.sections
- search.suggest
- search.highlight
- content.code.copy
- content.code.select
- content.code.annotate
search: true
repo_url: https://github.com/shakya1527/HelperBot
repo_name: HelperBot
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- search
- section-index:
- mkdocstrings:
handlers:
python:
paths:
- src
options:
allow_inspection: true
docstring_style: google
docstring_section_style: list
show_bases: true
heading_level: 4
parameter_headings: true
annotations_path: full