-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmkdocs.yml
63 lines (54 loc) · 1.38 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
site_name: What the hell is that?
site_url: https://docs.bai.lol/wthit/
copyright: What the hell is that?
extra:
social:
- icon: fontawesome/brands/discord
link: https://bai.lol/discord
- icon: fontawesome/brands/github
link: https://git.bai.lol/wthit
- icon: simple/curseforge
link: https://www.curseforge.com/minecraft/mc-mods/wthit
- icon: simple/modrinth
link: https://modrinth.com/mod/wthit
theme:
name: material
features:
- navigation.sections
- navigation.tabs
icon:
repo: fontawesome/brands/github
palette:
- scheme: slate
primary: black
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: default
primary: white
toggle:
icon: material/weather-night
name: Switch to light mode
markdown_extensions:
- abbr
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
repo_name: badasintended/wthit
repo_url: https://github.com/badasintended/wthit
docs_dir: docs
edit_uri: blob/dev/master/docs
nav:
- Configurations:
- config/blacklisting.md
- Plugin 101:
- plugin/getting_started.md
- plugin/config.md
- plugin/overrides.md
- plugin/disabling_tooltip.md
- plugin/adding_to_blacklist.md
- plugin/server_data.md
- API Docs: javadoc/index.html