-
Notifications
You must be signed in to change notification settings - Fork 59
/
mkdocs.yml
34 lines (31 loc) · 999 Bytes
/
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
site_name: diozero
site_url: https://rtd.diozero.com
site_description: Device I/O abstraction library written in Java
site_author: Matt Lewis
repo_url: https://github.com/mattjlewis/diozero
docs_dir: rtd/docs
pages:
- Home: 'index.md'
- Create Your Own Application: 'Application.md'
- Remote Control: 'RemoteControl.md'
- Devices:
- 'API': 'API.md'
- 'Input Devices': 'InputDevices.md'
- 'Output Devices': 'OutputDevices.md'
- 'Expansion Boards': 'ExpansionBoards.md'
- 'Motor Control': 'MotorControl.md'
- 'Sensor Components': 'SensorComponents.md'
- 'LCD Displays': 'LCDDisplays.md'
- 'LED Strips': 'LEDStrips.md'
- 'IMU Devices': 'IMUDevices.md'
- Providers: 'Providers.md'
- Release: 'RELEASE.md'
- License: 'license.md'
copyright: Copyright © 2020 Matt Lewis
google_analytics: ['UA-73764647-1', 'rtd.diozero.com']
# theme: sphinx_rtd_theme
theme: readthedocs
markdown_extensions:
- admonition
- attr_list
- def_list