forked from pioj/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (54 loc) · 1.57 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
site_name: Libretro Docs
pages:
- About: 'index.md'
- Core Library:
- '2048': 'library/2048.md'
- Develop:
- Building RetroArch:
- Apple:
- 'OSX PowerPC': 'compilation/osxppc.md'
- 'OSX/macOS': 'compilation/osx.md'
- 'iOS': 'compilation/ios.md'
- Nintendo:
- 'Nintendo 3DS': 'compilation/3ds.md'
- 'Nintendo GameCube': 'compilation/gamecube.md'
- 'Nintendo Wii': 'compilation/wii.md'
- 'Nintendo Wii U': 'compilation/wiiu.md'
- Sony:
- 'PlayStation3': 'compilation/ps3.md'
- 'PlayStation Portable': 'compilation/psp.md'
- 'PlayStation Vita/TV': 'compilation/psvita.md'
- Microsoft:
- 'Xbox': 'compilation/xbox.md'
- 'Xbox 360': 'compilation/xbox360.md'
- 'Windows': 'compilation/windows.md'
- Linux:
- 'Ubuntu': 'compilation/ubuntu.md'
- 'DOS': 'compilation/dos.md'
- Specifications:
- 'Libretro': 'specs/api.md'
- 'Shaders': 'specs/shader.md'
- 'Overlays': 'specs/overlay.md'
- Technical:
- RetroArch:
- 'Netplay': 'tech/netplay.md'
- User Guides:
- RetroArch:
- Getting Started:
- 'Windows': 'guides/windows.md'
- Help: help.md
extra:
logo: 'images/invader.png'
version: '0.0.2'
font:
text: 'Roboto'
code: 'Roboto Mono'
i18n:
prev: 'Previous'
next: 'Next'
palette:
primary: 'indigo'
accent: 'light blue'
theme: 'material'
markdown_extensions:
- admonition