-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
132 lines (122 loc) · 3.88 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
site_name: BobaDocs
site_url: "https://docs.bobabots253.org/"
site_description: Documentation for Boba Bots 253
site_author: Boba Bots 253 Software Team
repo_name: "bobabots253/bobadocs"
repo_url: "https://github.com/bobabots253/bobadocs"
edit_uri: ""
nav:
- Home: index.md
- FRC & Competition:
- FRC Competition Overview: frc-competition/frc-competition-overview.md
- Intro to Competition: frc-competition/intro-to-aspects-of-competition.md
- Aspects of Competition: frc-competition/aspects-of-competition.md
- Programming:
- Introduction: programming/learn-java.md
- Intro to Git & Github: programming/version-control.md
- Intro to Robot Code: programming/intro-to-robot-code.md
- Git Flow: programming/git-flow.md
- Collaboration: programming/collaboration.md
- Resources: programming/resources.md
- Robot Troubleshooting:
- Introduction: programming/troubleshooting/problemsolving.md
- Common Issues: programming/troubleshooting/common-issues.md
- FAQ: programming/faq.md
- Electronics:
- Skills: electronics/skills.md
- Sensors: electronics/sensors.md
- Arduino: electronics/arduino.md
- Signals: electronics/signals.md
- Construction:
- Tools:
- Fasteners: construction/tools/fasteners.md
- Hand Tools: construction/tools/handtools.md
- Power Tools: construction/tools/powertools.md
- Operations:
- Imagery: operations/imagery.md
- Media: operations/media.md
- Onshape:
- Lessons:
- 1. Intro to Onshape: onshape/intro.md
- 2. Sketching: onshape/sketching.md
- 3. Creating Basic Parts: onshape/basic-parts.md
- 4. Creating Complex Parts: onshape/complex-parts.md
- 5. Navigating Assemblies: onshape/navigating-assemblies.md
- Misc:
- Useful Shortcuts: onshape/useful-shortcuts.md
- Robots:
- 2020: robots/2020.md
- Safety:
- General Safety Guidelines: safety/generalsafety.md
- PPE: safety/ppe.md
- Behavior: safety/behavior.md
- Programming: safety/programming.md
- Electrical: safety/electrical.md
- Construction: safety/construction.md
- Operations: safety/operations.md
- Emergencies: safety/emergency.md
- Injury Protocol: safety/injuries.md
- Evacuation, Checklist, Injury Report Form: safety/misc.md
- Tapioca:
- Contributing:
- Setup: tapioca/contributing/setup.md
- Building: tapioca/contributing/building.md
- Contributing:
- Introduction: contributing/contributing.md
- With Python: contributing/with-python.md
- Up to Date: contributing/updating.md
- Contributing Resources: contributing/contresources.md
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/iframe.css
- assets/stylesheets/video-admonition.css
theme:
name: material
palette:
primary: cyan
accent: teal
font:
text: Inter
features:
# - navigation.instant
# we often change docs and don't want it getting cached by browsers
- navigation.sections
- navigation.tabs
icon:
repo: fontawesome/brands/github
logo: assets/icons/logo.png
favicon: assets/icons/bbalone_vectorized.svg
markdown_extensions:
- attr_list
- admonition
- footnotes
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite
plugins:
- search:
- git-revision-date
extra:
social:
- icon: fontawesome/solid/globe
link: 'https://www.bobabots253.org/'
- icon: fontawesome/brands/instagram
link: 'https://www.instagram.com/bobabots253/'
- icon: fontawesome/brands/github
link: 'https://github.com/bobabots253/'