-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (57 loc) · 1.66 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
site_name: DARC SIDE Docs
theme:
name: material
favicon: assets/images/MOON_LIGHT.png
logo: assets/images/MOON_LIGHT.png
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
features:
- navigation.sections
- navigation.tabs
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- attr_list
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- General:
- Home: index.md
- Administrative:
- Handbook: administrative/handbook.md
- Getting Help:
- Documentation: getting-help/documentation.md
- Discord: getting-help/discord.md
- Chief Delphi: getting-help/chiefdelphi.md
- Software:
- Tools:
- Jetbrains IDEs: software/tools/jetbrains.md
- Setup:
- IntelliJ IDEA: software/tools/intellij.md
- GitHub: software/github.md
- Kotlin: software/kotlin.md
- RoboRio: software/roborio.md
- Electrical:
- Components:
- RoboRIO: electrical/roborio.md
- Speed Controllers: electrical/speed-controllers.md
- Encoders: electrical/encoders.md
- Communication:
- CAN: electrical/can.md
- PWM: electrical/pwm.md
- Robot Networking: electrical/robot-networking.md
repo_url: https://github.com/DurhamAcademy/darcside-docs
repo_name: darcside-docs
edit_uri: edit/main/docs/