-
Notifications
You must be signed in to change notification settings - Fork 41
/
mkdocs.yml
74 lines (68 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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
markdown_extensions:
- pymdownx.caret
- pymdownx.critic
- pymdownx.highlight
- pymdownx.keys
- pymdownx.mark
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
nav:
- index.md
- memorymap.md
- iomap.md
- graphicsprocessingunitgpu.md
- geometrytransformationenginegte.md
- macroblockdecodermdec.md
- soundprocessingunitspu.md
- interrupts.md
- dmachannels.md
- timers.md
- cdromdrive.md
- cdromfileformats.md
- controllersandmemorycards.md
- pocketstation.md
- serialinterfacessio.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