-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (36 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
36 lines (36 loc) · 1.09 KB
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
site_name: "Mountaineer Area Robotics Team 2614 Wiki"
site_description: "Documentation for our team's FRC robot code, hardware, and setup guides."
site_url: "https://marsprogramming.github.io/team-wiki/"
repo_url: "https://github.com/MARSProgramming/team-wiki"
repo_name: "MARSProgramming/team-wiki"
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
- scheme: default
primary: indigo
accent: deep orange
features:
- navigation.instant
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
nav:
- Home: index.md
- Getting Started:
- Overview: getting-started/index.md
- Installing Tools: getting-started/installing-tools.md
- Programming Tutorials: getting-started/programming-tutorials.md
- Hardware:
- Overview: hardware/index.md
- Robot 2025: hardware/robot-2025.md
- Software:
- Overview: software/index.md
- Repositories: software/repos.md
- Team Practices: team-practices.md
- FAQ: faq.md