-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (31 loc) · 986 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (31 loc) · 986 Bytes
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
site_name: Vector Documentation
site_url: https://docs.warpedpinball.com
theme:
name: material
palette:
- scheme: slate
primary: blue
accent: blue
nav:
- Home: index.md
- Guides:
- WPC:
- Quick start: guides/wpc/quick-start.md
- Installation & use manual: guides/wpc/manual.md
- Add a ROM profile: guides/wpc/add-rom.md
- System 11:
- Quick start: guides/system11/quick-start.md
- Installation & use manual: guides/system11/manual.md
- Add a ROM profile: guides/system11/add-rom.md
- System 9:
- Installation & use manual: guides/system9/manual.md
- Data East:
- Installation & use manual: guides/data_east/manual.md
- Technical references:
- API reference: routes.md
- Authentication: authentication.md
- Network access: network.md
- USB transport: usb.md
- Peer discovery: discovery.md
markdown_extensions:
- attr_list