forked from nasa-jpl/open-source-rover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (43 loc) · 1.55 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
site_name: JPL Open Source Rover
site_url: https://open-source-rover.readthedocs.io
site_description: |
A build-it-yourself, 6-wheel rover based on the rovers on Mars!
copyright: |
Copyright © 2018 California Institute of Technology. Government Sponsorship Acknowledged.
docs_dir: .
site_dir: _site
use_directory_urls: false
repo_url: https://github.com/nasa-jpl/open-source-rover
edit_uri: edit/master
nav:
- Home: README.md
- Electrical:
- Overview: electrical/README.md
- PCB assembly: electrical/pcb_assembly/README.md
- Build: electrical/electrical_build.md
- Calibration: electrical/calibration.md
- Mechanical:
- Subsystem: mechanical/README.md
- Body assembly: mechanical/body_assembly/README.md
- Corner steering: mechanical/corner_steering/README.md
- Differential pivot: mechanical/differential_pivot/README.md
- Head assembly: mechanical/head_assembly/README.md
- Integration: mechanical/mechanical_integration/README.md
- Rocker bogie: mechanical/rocker_bogie/README.md
- Wheel assembly: mechanical/wheel_assembly/README.md
- Parts:
- Parts list: parts_list/README.md
- Optional parts: optional_cad_parts/README.md
- Software:
- software/README.md
- Software on GitHub: https://github.com/nasa-jpl/osr-rover-code
- OSR@JPL: https://opensourcerover.jpl.nasa.gov
plugins:
- same-dir
- search:
prebuild_index: true
markdown_extensions:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_alt
theme:
name: readthedocs