-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
83 lines (78 loc) · 1.98 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
73
74
75
76
77
78
79
80
81
82
83
site_name: 31113 Documentation
site_url: https://femboy.my
repo_url: https://github.com/EllieJaybee/31113
repo_name: EllieJaybee/31113
copyright: Copyright © 2021-2024 31113 maintainers
edit_uri: edit/main/docs/
theme:
name: material
features:
- content.action.edit
- content.action.view
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.top
- navigation.tracking
icon:
logo: material/tally-mark-3
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
admonition:
note: octicons/tag-16
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/weather-night
name: Switch to light mode
watch:
- "includes"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
auto_append:
- "includes/abbrs.md"
check_paths: true
url_download: false
url_max_size: 33554432
url_timeout: 10
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- toc:
permalink: 🔗
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- tags
extra:
social:
- icon: simple/discord
link: https://discord.femboy.my
name: Main Discord Server
- icon: simple/github
link: https://github.com/EllieJaybee/31113
name: The project on Github
- icon: simple/patreon
link: https://patreon.com/EllieJB
name: Support the project!