-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
89 lines (88 loc) · 2.34 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
84
85
86
87
88
89
site_name: Mine in Abyss
site_url: https://mineinabyss.com/
repo_name: MineInAbyss/wiki
repo_url: https://github.com/MineInAbyss/wiki/
edit_uri: edit/master/docs/
theme:
custom_dir: docs/templates
features:
- navigation.instant
- navigation.tabs
- toc.follow
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.top
- navigation.footer
- content.action.edit
font:
text: Roboto
code: JetBrains Mono
name: material
palette:
- scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: deep orange
accent: orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets:
base_path: snippets
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- pymdownx.blocks.caption
plugins:
- literate-nav:
nav_file: SUMMARY.md
- search
- table-reader
- ezlinks
- redirects:
redirect_maps:
contribute.md: contributing/index.md
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MineInAbyss
- icon: fontawesome/brands/discord
link: https://discord.gg/QXPCk2y
- icon: fontawesome/brands/twitter
link: https://twitter.com/MineInAbyss
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@MineInAbyss
- icon: fontawesome/brands/patreon
link: https://www.patreon.com/MineInAbyss