-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
122 lines (117 loc) · 3.61 KB
/
mkdocs.yml
File metadata and controls
122 lines (117 loc) · 3.61 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Project information
site_name: Mod By Daylight Docs
site_description: Dead by Daylight Modding Documentation
site_url: https://modbydaylight.com/
# Repository
# repo_name: ModByDaylight/Documentation
repo_url: https://github.com/ModByDaylight/Documentation
extra_css:
- 'style.css'
extra_javascript:
- '/scripts/main.js'
theme:
name: material
features:
- navigation.top
- navigation.tabs
- navigation.instant
- navigation.indexes
- toc.integrate
- search.share
palette:
- scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
icon:
logo: logo
repo: fontawesome/brands/github
# Customization
extra:
embed_image: /img/logo.png
social:
- icon: fontawesome/brands/github
link: https://github.com/ModByDaylight
- icon: fontawesome/brands/discord
link: https://discord.gg/xkbgW3aCRJ
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
nav:
- Home: index.md
- Development:
- Development: Development/index.md
- Resources: Development/Resources.md
- Unreal Engine:
- Unreal Engine: Development/UnrealEngine/index.md
- Project Setup: Development/UnrealEngine/ProjectSetup.md
- Chunking: Development/UnrealEngine/Chunking.md
- Dead By Daylight:
- Character IDs : Development/DeadByDaylight/CharacterIds.md
- Map IDs: Development/DeadByDaylight/MapIds.md
- Status Effect IDs: Development/DeadByDaylight/StatusEffectIds.md
- Modding Guides:
- Textures: Development/ModdingGuides/Textures.md
- Sounds: Development/ModdingGuides/Sounds.md
- Emission Maps: Development/ModdingGuides/EmissionMaps.md
- Material Instances: Development/ModdingGuides/MaterialInstances.md
- Meshes:
- Meshes: Development/ModdingGuides/Meshes/index.md
- Static Meshes: Development/ModdingGuides/Meshes/StaticMesh.md
- Skeletal Meshes: Development/ModdingGuides/Meshes/SkeletalMesh.md
- Physics: Development/ModdingGuides/Physics.md
- Animations: Development/ModdingGuides/Animations.md
- Technical Modding Guides:
- Cosmetics: Development/TechnicalGuides/CustomCosmetics.md
- Items: Development/TechnicalGuides/CustomItems.md
- Perks: Development/TechnicalGuides/CustomPerks.md
- Maps: Development/TechnicalGuides/CustomMaps.md
- Private Server:
- Private Server: PrivateServer/index.md
- Mod Installation: PrivateServer/ModInstallation.md
- Config Edits: PrivateServer/ConfigEdits.md
- Dev Build:
- Dev Build: DevBuild/index.md
- Server:
- Server: DevBuild/Server/index.md
- Setup: DevBuild/Server/Setup.md
- Config: DevBuild/Server/Config.md
- Commands: DevBuild/Server/Commands.md
- Fiddler Setup: DevBuild/FiddlerSetup.md
- Cinematics: DevBuild/Cinematics.md
- Console Usage: DevBuild/ConsoleUsage.md
- Advanced Console Usage: DevBuild/AdvancedConsoleUsage.md
- Useful Commands: DevBuild/UsefulCommands.md
- Character IDs: DevBuild/CharacterIds.md