64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
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'
|
|
- 'cheatdevices.md'
|
|
- 'psxdevboardchipsets.md'
|
|
- 'hardwarenumbers.md'
|
|
- 'pinouts.md'
|
|
- 'aboutcredits.md'
|
|
- 'cdromvideocdsvcd.md'
|
|
- 'cdrominternalinfoonpsxcdromcontroller.md'
|