-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
129 lines (120 loc) · 3.68 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
# Project information
site_name: OUXT RobotX Challenge Hardware Documentation
site_url: https://ouxt-polaris.github.io/robotx-hardware-documentation/
site_author: Sanada Tatsuya
site_description: ""
copyright: Copyright © 2021 - OUXT Polaris
# Repository
repo_name: OUXT-Polaris/robotx-hardware-documentation
repo_url: https://github.com/OUXT-Polaris/robotx-hardware-documentation
edit_uri: ""
# Configuration
docs_dir: docs
site_dir: site
theme:
name: material
custom_dir: overrides
language: en
features:
- navigation.tabs
- navigation.expand
- navigation.top
- toc.integrate
#- header.autohide
palette:
scheme: default
font:
text: Roboto
code: Roboto Mono
favicon: images/favicon.png
icon:
logo: fontawesome/solid/robot
repo: fontawesome/brands/github
# Plugins
plugins:
- search
- mermaid2:
arguments:
theme: base
themeVariables:
fontFamily: verdana
fontSize: 12px
darkMode: false
background: "#fff"
primaryColor: "#DEDFEF"
#secondaryColor: "#000"
#mainBkg: "#0000" # affect node bkg
nodeBorder: "#000"
clusterBkg: "#fff"
clusterBorder: "#000"
#titleColor: "#808080"
edgeLabelBackground: "#eee"
logLevel: 5
securityLevel: loose
startOnLoad: true
arrowMarkerAbsolute: false
flowchart:
diagramPadding: 8
nodeSpacing: 50
rankSpacing: 50
useMaxWidth: false
# Customization
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/OUXT_Polaris
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>
extra_css:
- stylesheets/extra.css
- https://use.fontawesome.com/releases/v5.15.0/css/all.css
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
- http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# Extensions
markdown_extensions:
- mdx_math:
enable_dollar_delimiter: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- fontawesome_markdown
- admonition
- footnotes
- attr_list
- toc:
permalink: ⚓︎
# Page tree
nav:
- Home: index.md
- Architecture:
- Summary: architecture/architecture_summary.md
- RobotX 2014:
- Top: architecture/2014/top.md
- RobotX 2016:
- Top: architecture/2016/top.md
- RobotX 2018:
- Top: architecture/2018/top.md
- RobotX 2022:
- Top: architecture/2022/top.md
- Safty: architecture/2022/safty.md
- Power Supply: architecture/2022/power-supply.md
- Controller: architecture/2022/controller.md
- Sensor: architecture/2022/sensor.md
- Actuator: architecture/2022/actuator.md
- Indicator: architecture/2022/indicator.md
- Mechanical Design:
- Summary: mech_design/mdesign_summary.md
- Outboard Motor Mounter Type2014: mech_design/outboard-motor-mounter-2014.md
- Moter Buoyancy Pod Type2018: mech_design/moter-buoyancy-pod-2018.md
- Azimuth Thruster: mech_design/azimuth-thruster.md
- Perception Camera: mech_design/perception-camera.md
- Perception Array: mech_design/perception-array.md
- Circuit Design:
- Summary: circuit_design/cdesign_summary.md
- Perception Array Interface Board: circuit_design/perception-array-interface-board.md
- Plug-in Supply Distributor: circuit_design/plug-in-supply-distributor.md
- E-Stop Driver: circuit_design/estop-driver.md
- Ideal Diode Module: circuit_design/ideal-diode-module.md
- Reference:
- Summary: reference/reference_summary.md