-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
47 lines (43 loc) · 1.03 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
site_name: Derail Valley Modding Guide
site_description: Everthing you need to know about modding Derail Valley
site_url: https://dv-modding-guide.rtfd.io/
repo_name: insprill/dv-modding-guide
repo_url: https://github.com/Insprill/dv-modding-guide/
edit_uri: blob/master/docs/
theme:
name: material
language: en
palette:
scheme: slate
font:
text: Inter
plugins:
- privacy
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.prune
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
markdown_extensions:
- pymdownx.caret
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- For Users:
- Installing BepInEx: users/installing-bepinex.md
- Contributing: contributing.md