-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.82 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
site_name: AquaPack Robotics Documentation
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/zooming.min.js
- javascript/activate.js
theme:
name: material
logo: img/logo.png
favicon: img/favicon.png
features:
- navigation.tabs
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: custom
accent: custom
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: custom
accent: custom
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
generator: false
copyright: AquaPack Robotics © 2023 Released under <a id="footer-link" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
nav:
- Home: index.md
- Electrical:
- Standards: electrical/standards.md
- Software Tools:
- Overview: electrical/software/overview.md
- KiCad User Guide: electrical/software/kicad.md
# # TODO: User guides for KiCad, LTSpice, PSpice TI, Git. Spice sim guides need to include importing TI and non TI parts.
# # TODO: User guides for CCS, Arduino for MSP430 with MB3hel fork of Energia
- Embedded Programming:
- Style Guide: electrical/embedded/styleguide.md
- Connectors:
- Crimped Connectors: electrical/connectors/crimping.md
- Soldered Connectors: electrical/connectors/soldering.md
- Fischers: electrical/connectors/fischers.md
- Waterproof Splicing: electrical/connectors/waterproof_splice.md
- Mechanical:
- Overview: mechanical/overview.md
- Software:
- Overview: software/overview.md
- SeaWolf 8: https://ncsurobotics.github.io/SW8-Documentation/
- SeaWolf 9: https://ncsurobotics.github.io/SW9-Documentation/