forked from psx-spx/psx-spx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
64 lines (58 loc) · 1.47 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
59
60
61
62
63
64
site_name: PlayStation Specifications - psx-spx
site_url: https://psx-spx.consoledev.net/
repo_url: https://github.com/psx-spx/psx-spx.github.io/
edit_uri: edit/master/docs/
theme:
name: material
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- with-pdf:
output_path: psx-spx.pdf
extra_css:
- css/extra.css
nav:
- 'index.md'
- 'memorymap.md'
- 'iomap.md'
- 'graphicsprocessingunitgpu.md'
- 'geometrytransformationenginegte.md'
- 'macroblockdecodermdec.md'
- 'soundprocessingunitspu.md'
- 'interrupts.md'
- 'dmachannels.md'
- 'timers.md'
- 'cdromdrive.md'
- 'controllersandmemorycards.md'
- 'pocketstation.md'
- 'serialportsio.md'
- 'expansionportpio.md'
- 'memorycontrol.md'
- 'unpredictablethings.md'
- 'cpuspecifications.md'
- 'kernelbios.md'
- 'arcadecabinets.md'
- 'konamisystem573.md'
- 'cheatdevices.md'
- 'psxdevboardchipsets.md'
- 'hardwarenumbers.md'
- 'pinouts.md'
- 'aboutcredits.md'
- 'cdromvideocdsvcd.md'
- 'cdrominternalinfoonpsxcdromcontroller.md'