-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
240 lines (232 loc) · 10.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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
site_name: Reloaded III Specification
site_url: https://reloaded-project.github.io/Reloaded-III/
repo_name: Reloaded-Project/Reloaded-III
repo_url: https://github.com/Reloaded-Project/Reloaded-III
edit_uri: edit/main/docs/
use_directory_urls: false
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Sewer56
- icon: fontawesome/brands/twitter
link: https://twitter.com/TheSewer56
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist
- def_list
- meta
- md_in_html
- attr_list
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- Custom/Stylesheets/extra.css
- Reloaded/Stylesheets/extra.css
plugins:
- offline
- search
- macros:
include_dir: docs/Custom
- exclude-unused-files:
enabled: true
enabled_on_serve: false
file_types_to_check: [ "psd", "7z", "kra" ]
file_types_override_mode: append
- exclude:
# Exclude the Theme's own files.
glob:
- Reloaded/Pages/*
- Reloaded/docs/*
- Reloaded/Readme.md
- Reloaded/LICENSE
- Reloaded/mkdocs.yml
theme:
name: material
palette:
primary: red
accent: red
scheme: reloaded3-slate
features:
- navigation.instant
- content.action.edit
nav:
- Home: index.md
- Mod Loader:
- About (Overview): Loader/About.md
- Backends:
- About: Loader/Backends/About.md
- .NET (CoreCLR):
- About: Loader/Backends/CoreCLR.md
- Dependency Injection: Loader/Backends/CoreCLR-Dependency-Injection.md
- Breaking Changes: Loader/Breaking-Changes.md
- Copy Protection:
- About: Loader/Copy-Protection/About.md
- Windows - Denuvo: Loader/Copy-Protection/Windows-Denuvo.md
- Windows - MS Store: Loader/Copy-Protection/Windows-MSStore.md
- Windows - SafeDisc: Loader/Copy-Protection/Windows-SafeDisc.md
- Windows - Steam: Loader/Copy-Protection/Windows-Steam.md
- Core Architecture: Loader/Core-Architecture.md
- Loader API:
- About: Loader/Loader-API/About.md
- Platform Support:
- About: Loader/Platforms/About.md
- Linux: Loader/Platforms/Linux.md
- OSX: Loader/Platforms/OSX.md
- Other: Loader/Platforms/Other.md
- Windows: Loader/Platforms/Windows.md
- Server (Manager Backend):
- About (Overview): Server/About.md
- Storage:
- About: Server/Storage/About.md
- Locations: Server/Storage/Locations.md
- Package Tiering: Server/Storage/Package-Tiering.md
- Games:
- About: Server/Storage/Games/About.md
- Loadouts:
- About: Server/Storage/Loadouts/About.md
- File Format:
- Snapshots: Server/Storage/Loadouts/File-Format/Snapshot.md
- Unpacked Loadout: Server/Storage/Loadouts/File-Format/Unpacked.md
- Packed Loadout: Server/Storage/Loadouts/File-Format/Packed.md
- Events: Server/Storage/Loadouts/File-Format/Events.md
- Commit Messages: Server/Storage/Loadouts/File-Format/Commit-Messages.md
- Data Types: Server/Storage/Loadouts/File-Format/DataTypes.md
- Stores:
- GOG: Server/Storage/Loadouts/Stores/GOG.md
- Diagnostics: Server/Diagnostics.md
- Load Ordering: Server/Load-Ordering.md
- Packaging:
- About: Server/Packaging/About.md
- Package Metadata: Server/Packaging/Package-Metadata.md
- Tools as Packages: Server/Packaging/Tools-As-Packages.md
- Tasks: Server/Packaging/Tasks.md
- File Format:
- Packaging Container: Server/Packaging/File-Format/Packaging-Container.md
- Archive Extension Format: Server/Packaging/File-Format/Archive-User-Data-Format.md
- Delta Patching Logic: Server/Packaging/File-Format/Delta-Patching-Logic.md
- Library:
- About: Server/Packaging/Library/About.md
- Workflows:
- About: Server/Workflows/About.md
- Guidelines: Server/Workflows/Guidelines.md
- Implementation:
- About: Server/Workflows/Implementation/About.md
- Schema: Server/Workflows/Implementation/Schema.md
- Scripting: Server/Workflows/Implementation/Scripting.md
- Templates: Server/Workflows/Implementation/Templates.md
- Launcher (Manager Frontend):
- About: Launcher/About.md
- Best Practices: Launcher/Best-Practices.md
- Common:
- Configuration:
- About: Common/Configuration/About.md
- Config Schema: Common/Configuration/Config-Schema.md
- Hardware Configs:
- About: Common/Configuration/Hardware-Configs/About.md
- Displays: Common/Configuration/Hardware-Configs/Displays.md
- Controllers:
- About: Common/Configuration/Hardware-Configs/Controllers/About.md
- Config Schema: Common/Configuration/Hardware-Configs/Controllers/Config-Schema.md
- Binary Format: Common/Configuration/Hardware-Configs/Controllers/Binary-Format.md
- Source Generation: Common/Configuration/Source-Generation.md
- Binary Format: Common/Configuration/Binary-Format.md
- Localisation:
- About: Common/Localisation/About.md
- File Format: Common/Localisation/File-Format.md
- Adding Localisations: Common/Localisation/Adding-Localisations.md
- Loading Localisations: Common/Localisation/Loading-Localisations.md
- Implementation Details: Common/Localisation/Implementation-Details.md
- Hash Cache:
- About: Common/Hash-Cache/About.md
- File Format: Common/Hash-Cache/File-Format.md
- Implementation Details: Common/Hash-Cache/Implementation-Details.md
- API: Common/Hash-Cache/API.md
- Hash Cache Usage in Server: Common/Hash-Cache/Usage-In-Server.md
- Hashing: Common/Hashing.md
- Files: Common/Files.md
- Mods:
- Essentials:
- Virtual FileSystem:
- About: Mods/Essentials/Virtual-FileSystem/About.md
- Behaviours & Limitations: Mods/Essentials/Virtual-FileSystem/Behaviours-Limitations.md
- Usage: Mods/Essentials/Virtual-FileSystem/Usage.md
- Programmer Usage: Mods/Essentials/Virtual-FileSystem/Programmer-Usage.md
- Implementation Details:
- Hooks: Mods/Essentials/Virtual-FileSystem/Implementation-Details/Hooks.md
- Optimizations: Mods/Essentials/Virtual-FileSystem/Implementation-Details/Optimizations.md
- Trees: Mods/Essentials/Virtual-FileSystem/Implementation-Details/Trees.md
- Reference Performance Numbers: Mods/Essentials/Virtual-FileSystem/Performance.md
- File Emulation Framework:
- About: Mods/Essentials/File-Emulation-Framework/About.md
- Routing: Mods/Essentials/File-Emulation-Framework/Routing.md
- Read Performance of Solid Files: Mods/Essentials/File-Emulation-Framework/Read-Performance.md
- Emulator Development Info:
- Implementing an Emulator: Mods/Essentials/File-Emulation-Framework/Emulator-Development/Implementing-Emulator.md
- Emulator Cookbook: Mods/Essentials/File-Emulation-Framework/Emulator-Development/Emulator-Cookbook.md
- Routing: Mods/Essentials/File-Emulation-Framework/Emulator-Development/Routing.md
- Guidelines: Mods/Essentials/File-Emulation-Framework/Emulator-Development/Guidelines.md
- Emulator API: Mods/Essentials/File-Emulation-Framework/Emulator-Development/Emulator-API.md
- Framework API: Mods/Essentials/File-Emulation-Framework/Emulator-Development/Framework-API.md
- Implementation Details:
- Hooks: Mods/Essentials/File-Emulation-Framework/Implementation-Details/Hooks.md
- Essentials (Libraries):
- Merged File Cache:
- About: Mods/Libraries/Merged-File-Cache/About.md
- Requirements: Mods/Libraries/Merged-File-Cache/Requirements.md
- Implementation Details: Mods/Libraries/Merged-File-Cache/Implementation-Details.md
- Signature Scanner:
- About: Mods/Libraries/Signature-Scanner/About.md
- Requirements: Mods/Libraries/Signature-Scanner/Requirements.md
- Creating Signatures: Mods/Libraries/Signature-Scanner/Creating-Signatures.md
- Scanning For Signatures: Mods/Libraries/Signature-Scanner/Scanning-For-Signatures.md
- Guidelines:
- Game Support Mods: Mods/Guidelines/Game-Support.md
- Middleware Mods: Mods/Guidelines/Middleware.md
- Online Services:
- Central Server:
- About: Services/Central-Server/About.md
- Online API: Services/Central-Server/Online-API.md
- Static API: Services/Central-Server/Static-API.md
- Package Indexing: Services/Central-Server/Package-Indexing.md
- Community Repository: Services/Community-Repository.md
- Code Guidelines:
- Hardware Requirements: Code-Guidelines/Hardware-Requirements.md
- Code Guidelines: Code-Guidelines/Code-Guidelines.md
- FAQ: FAQ.md
- Research & Explanations:
- Bootloaders:
- About: Research/Bootloaders/About.md
- Linux:
- Linux - Preload: Research/Bootloaders/Linux-Preload.md
- macOS:
- OSX - Preload: Research/Bootloaders/OSX-Preload.md
- Windows:
- Windows - DLL Hijack: Research/Bootloaders/Windows-DllHijack.md
- Windows - Inject Into Suspended Process: Research/Bootloaders/Windows-InjectIntoSuspended.md
- External Services:
- SteamGridDB: Research/External-Services/SteamGridDB.md
- Binary Sizes:
- IPC: Research/Library-Sizes/IPC.md
- Serializers: Research/Library-Sizes/Serializers.md
- Mods:
- Optimizing Bandwidth: Research/Mods/Optimizing-Bandwidth.md
- Demystifying Rust Allocators: Research/Demystifying-Rust-Allocators.md
- FileSystem Performance: Research/FileSystem-Performance.md
- Microarchitecture Levels: Research/Microarchitecture-Levels.md
- Mod Download URLs: Research/Mod-Download-URLs.md
- Wiki:
- Contributing Locally: Contributing-Locally.md
- Contributing Online: Contributing-Online.md