-
Notifications
You must be signed in to change notification settings - Fork 23
/
mkdocs.yml
45 lines (42 loc) · 1.09 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
site_name: SDL
site_author: Sam Lantinga [email protected]
site_description: Simple Direct Media Layer
docs_dir: docs
site_dir: build/docs
repo_url: https://github.com/libsdl-org/SDL
repo_name: GitHub
theme:
name: readthedocs
highlightjs: true
hljs_languages: [c]
markdown_extensions:
- toc:
toc_depth: 2
nav:
- Home: README.md
- General:
- CMake: README-cmake.md
- Git: README-git.md
- HG: README-hg.md
- VisualC: README-visualc.md
- KMSDRN: README-kmsbsd.md
- Porting: README-porting.md
- DirectFB: README-directfb.md
- DynAPI: README-dynapi.md
- Gestures: README-gesture.md
- Touch: README-touch.md
- Platform:
- Overview: README-platforms.md
- Android: README-android.md
- Empscripten: README-emscripten.md
- Linux: README-linux.md
- OS X: README-macosx.md
- iOS: README-ios.md
- NativeClient: README-nacl.md
- OS2: README-os2.md
- Pandora: README-pandora.md
- PSP: README-psp.md
- Raspberry Pi: README-raspberrypi.md
- WinCE: README-wince.md
- Windows: README-windows.md
- WinRT: README-winrt.md