-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (41 loc) · 1.08 KB
/
mkdocs.yml
File metadata and controls
48 lines (41 loc) · 1.08 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
site_name: Mikompilation
site_url: https://www.mikompilation.com
site_description: Research project to reimplement Fatal Frame
site_author: wagrenier
site_coauthor: weirdbeardgame
repo_url: https://github.com/wagrenier/Mikompilation
edit_uri: blob/main/docs
nav:
- Home: index.md
- Build: Build.md
- Fatal Frame 1:
- Engine:
- Fatal_Frame_1/Engine
- Game:
- Game: Fatal_Frame_1/Game/Game.md
- Ingame: Fatal_Frame_1/Game/Ingame/Ingame.md
- Fatal Frame 2:
- Engine:
- Fatal_Frame_2/Engine/Engine.md
- 3D:
- SGD: Fatal_Frame_2/Engine/3D/SGD.md
- Game:
- GPhaseSytem: Fatal_Frame_2/Game/GPhaseSystem.md
theme:
name: material
logo: img/angry_noise_sae.png
favicon: img/favicon.ico
features:
- content.code.copy
- content.code.annotate
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search