-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (71 loc) · 2.2 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
site_name: JamCore Wiki
site_description: Information about JamCore Modding's mods and APIs.
site_url: https://docs.jamalam.tech/
site_author: The JamCore Modding Team
repo_url: https://github.com/JamCoreModding/docs
repo_name: JamCoreModding/docs
nav:
- Welcome: index.md
- Supported Versions: supported-versions.md
- JamLib:
- Getting Started: jamlib/getting-started.md
- Config API: jamlib/config-api.md
- Mod Reposts: jamlib/mod-reposts.md
- RightClickHarvest:
- Introduction: right-click-harvest/about.md
- Configuring RightClickHarvest: right-click-harvest/configuration.md
- Tags: right-click-harvest/tags.md
- API: right-click-harvest/api.md
- Totally Balanced Bone Drops:
- Introduction to Totally Balanced Bone Drops: totally-balanced-bone-drops/about.md
- Configuring Totally Balanced Bone Drops: totally-balanced-bone-drops/configuration.md
- Utility Belt:
- Introduction to Utility Belt: utility-belt/about.md
- Configuring Utility Belt: utility-belt/configuration.md
- Template Mod:
- Getting Started: template-mod/getting-started.md
theme:
name: material
custom_dir: overrides
logo: assets/JamCoreModding.png
favicon: assets/JamCoreModding.png
language: en
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.expand
- navigation.top
- search.suggest
- search.share
- content.code.annotate
palette:
scheme: slate
primary: red
accent: pink
plugins:
- search
- social
- git-revision-date-localized:
type: timeago
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- md_in_html
extra:
homepage: https://github.com/JamCoreModding
social:
- icon: fontawesome/brands/discord
link: https://discord.jamalam.tech
- icon: fontawesome/brands/github
link: https://github.com/JamCoreModding
- icon: fontawesome/solid/feather
link: https://maven.jamalam.tech
- icon: fontawesome/solid/dollar-sign
link: https://ko-fi.com/jamalamdev