-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
45 lines (43 loc) · 1.63 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
site_name: Harker Robotics Software Documentation
site_url: https://robotics.harker.org/docs/
theme:
name: material
features:
- navigation.tabs
- navigation.indexes
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Introduction:
- introduction/index.md
- Installation: introduction/installation.md
- Java Resources: introduction/java-resources.md
- Git: introduction/git.md
- Creating a Sample Project: introduction/sample-project.md
- Libraries: introduction/libraries.md
- Commands and Subsystems: introduction/commands-subsystems.md
- Basic Concepts:
- basic/index.md
- Command Based Structure: basic/command-structure.md
- Motors and Motor Controllers: basic/motors.md
- OI: basic/oi.md
- RobotMap: basic/robotmap.md
- Sample Drivetrain Subsystem: basic/sample-subsystem.md
- Sample Drivetrain Command: basic/sample-command.md
- Pneumatics: basic/pneumatics.md
- Sample Pneumatics Subsystem: basic/sample-pneumatics.md
- PID: basic/pid.md
- Arm and Elevator: basic/arm-elevator.md
- Motor Control II: basic/motor-control-ii.md
- Motion Profiling: basic/motion-profiling.md
- Advanced Concepts:
- advanced/index.md
- Advanced PID: advanced/advanced-pid.md
- Vision: advanced/vision.md
- Swerve: advanced/swerve.md
- Autons: advanced/autons.md
- Odometry: advanced/odometry.md
- Swerve II: advanced/swerve-ii.md
plugins:
- section-index