forked from Sewer56/FileEmulationFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
58 lines (49 loc) · 1.36 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
site_name: File Emulation Framework
site_url: http://sewer56.dev/FileEmulationFramework/
repo_name: Sewer56/FileEmulationFramework
repo_url: https://github.com/Sewer56/FileEmulationFramework
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.superfences
- pymdownx.tasklist
- def_list
- meta
- md_in_html
- attr_list
- footnotes
theme:
name: material
features:
- navigation.instant
palette:
primary: red
accent: red
scheme: slate
use_directory_urls: false
nav:
- Home: index.md
- Routing: routing.md
- Emulator Development Guidance:
- Emulator Types: emulator-types.md
- Implementation Rules: implementation-rules.md
- Utilities: implementation-utilities.md
- Existing Emulators:
- ARC [JSRF]: emulators/arc.md
- AFS [CRI Middleware]: emulators/afs.md
- AWB [CRI Middleware]: emulators/awb.md
- ONE [Sonic Heroes]: emulators/one-heroes.md
- PAK [Atlus]: emulators/pak.md
- BF [Atlus]: emulators/bf.md
- SPD [Atlus]: emulators/spd.md
- Guides:
- Contributing Locally: guides/contributing-locally.md
- Contributing Online: guides/contributing-online.md