-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
70 lines (65 loc) · 1.58 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
site_name: PyClasher
site_url: https://201st-Luka.github.io/pyclasher/
copyright: Copyright © Copyright (c) 2023 - Present 201st-Luka
repo_url: https://github.com/201st-Luka/PyClasher
repo_name: 201st-Luka/PyClasher
docs_dir: docs
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.tracking
- navigation.path
- navigation.prune
- navigation.top
- search.suggest
- search.share
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: orange
toggle:
icon: material/brightness-3
name: Switch to light mode
icon: fontawesome/brands/github
plugins:
- search:
lang: en
- mkdocstrings:
enabled: true
custom_templates: templates
default_handler: python
handlers:
python:
options:
show_source: true
- awesome-pages
markdown_extensions:
- admonition
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/j2PAF9Wru8
name: Become part of the 201st Community
- icon: fontawesome/brands/github
link: https://github.com/201st-Luka/PyClasher
name: PyClasher on GitHub
watch:
- pyclasher