-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
67 lines (67 loc) · 1.76 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
copyright: Copyright © 2013-2024 Hercules Dev Team
edit_uri: edit/master/docs/
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/HerculesWS/Hercules
- icon: fontawesome/brands/discord
link: https://board.herc.ws/discord/invite/general/
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
linenums_style: pymdownx-inline
pygments_lang_class: true
use_pygments: true
- pymdownx.superfences:
custom_fences:
- class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
name: mermaid
preserve_tabs: true
- tables
- toc:
permalink: true
repo_url: https://github.com/HerculesWS/hercules-docs
site_name: Hercules Docs
theme:
features:
- content.action.edit
- content.action.view
- content.code.copy
- navigation.indexes
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
favicon: assets/Hercules48.png
logo: assets/Hercules48.png
name: material
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
plugins:
- search
- awesome-pages