forked from DCC-EX/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (57 loc) · 1.9 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
site_name: "DCC++ EX"
theme:
name: material
features:
- tabs
- instant
language: en
logo: images/new-logo.png
favicon: images/new-logo.png
repo_name: DCC-EX/website
repo_url: https://github.com/DCC-EX/website
nav:
- Home: 'index.md'
- Getting Started:
- Choose your Path: 'start/levels.md'
- Starter Kit: 'start/diy-starter-kit.md'
- Hardware & Assembly: 'start/assembly.md'
- Adding WiFi: 'start/wifi-setup.md'
- Installer Setup: 'start/installer-setup.md'
- Arduino IDE Setup: 'start/arduino-ide-setup.md'
- Advanced Setup:
- JMRI Setup: 'start/dccpp-jmri.md'
- Rail Networking: 'start/rail-networking.md'
- Automation: 'start/automation.md'
- WIFI Configuration: 'start/wifi-config.md'
- Throttles:
- WebThrottle-EX: 'throttles/webthrottle-ex.md'
- WiThrottle/Engine Driver: 'throttles/withrottle.md'
- Support:
- How To Get Support: 'support/get-support.md'
- Create Support Ticket: 'support/create-ticket-form.md'
- Reference:
- Command Reference: 'reference/command-reference.md'
- DCC-EX Command Station API: 'api/command-station-api.md'
- Diagnostics D Command: 'reference/diagnostic-d-command.md'
- Diagnostics D ACK Command: 'reference/diagnostic-d-ack-command.md'
- Hardware:
- Microcontrollers: 'hardware/microcontrollers.md'
- Motor Boards: 'hardware/motor-boards.md'
- I2C Displays: 'hardware/i2c-displays.md'
- Power Supplies: 'hardware/power-supplies.md'
- Resources: 'reference/resources.md'
- Suppliers: 'reference/suppliers.md'
- Downloads:
- DCC++ Basestation: 'download/dccex-downloads.md'
- Materials: 'download/dccex-materials-downloads.md'
- About:
- Team: 'about/about-us.md'
- What's New: 'notes/rewrite.md'
markdown_extensions:
- admonition
- codehilite
- attr_list
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js