-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (63 loc) · 1.85 KB
/
mkdocs.yml
File metadata and controls
66 lines (63 loc) · 1.85 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
site_name: !ENV [DOCS_SITE_NAME, 'Ryubing Docs']
site_url: !ENV [DOCS_SITE_URL, 'https://docs.ryujinx.app']
repo_url: "https://git.ryujinx.app/projects/Ryubing"
repo_name: "Ryubing"
edit_uri: ""
theme:
name: material
logo: favicon.png
favicon: favicon.png
features:
- header.autohide
- navigation.expand
- navigation.instant
palette:
- scheme: slate
primary: red
accent: pink
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
primary: deep purple
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
extra_css:
- css/image-hide-based-on-theme.css
nav:
- Home: index.md
- Guides:
- "Multiplayer (LDN/Local Wireless) Guide": guides/ldn-guide.md
- "Setup & Configuration Guide": guides/setup-guide.md
- Dumping:
- "Firmware Dump Guide": guides/dumping/fw.md
- "Games, Updates, and DLC Dump Guide": guides/dumping/game-content.md
- "Key Dump Guide": guides/dumping/keys.md
- "How to setup USB dumping": guides/dumping/usb-dumping.md
- Information:
- "What is dumping?": info/dumping.md
- Changelog: info/changelog.md
- "FAQ & Troubleshooting": "info/faq-&-troubleshooting.md"
- Developers:
- Compilation: dev/compilation.md
- "Contributing to the Project": dev/contributing.md
- "C# Code Style": dev/code-style.md
markdown_extensions:
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- toc
extra:
social:
- icon: fontawesome/regular/heart
link: https://github.com/sponsors/GreemDev
name: Support the Project
- icon: fontawesome/brands/discord
link: https://discord.gg/PEuzjrFXUA
name: Discord Server
- icon: fontawesome/solid/house
link: https://ryujinx.app
name: Main Website