-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
73 lines (67 loc) · 1.77 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
site_name: Grim Docs
nav:
- Home: 'index.md'
- About: 'about.md'
- Modding Setup:
- Elfe Setup Guide 1: 'setup1.md'
- Elfe Setup Guide 2: 'setup2.md'
- Editing a Base Game Item: import-single-record.md
- Edit NPCs Name:
- powbam Edit NPC Name: powbam-edit-name.md
- Denis Edit Name Lite: denis-edit-name.md
- Hard Modding:
- VanH Hard Mod Tutorial: van-hard-mod.md
- tqFan Hard Mod Tutorial: tqfan-hard-mod.md
- PSEditor :
- PSEditor Tutorial: pseditor.md
- Emission Pattern Tutorial: emission-pattern.md
- Mods on Steamdeck: steam-deck-mods.md
- Modpacks: modpacks.md
- Official PDF Guide: crate-pdf-guide.md
- Add Page [ + ]: template-page.md
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: red
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: red
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
logo: material/sword
repo: material/github
edit: material/pencil-plus
features:
- navigation.tracking
- navigation.expand
- navigation.top
- search.share
- navigation.footer
- content.action.edit
- content.code.copy
custom_dir: overrides
repo_url: https://github.com/AirTechWick/grim-docs
repo_name: AirTechWick/grim-docs
edit_uri: edit/main/docs/
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- glightbox
- search