-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
106 lines (99 loc) · 3.04 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
site_name: wiki
site_url: https://udonrobo.github.io/wiki/
repo_url: https://github.com/udonrobo/wiki
repo_name: udonrobo/wiki
copyright: udonrobo © 2024
nav:
- ホーム: index.md
- 部品:
- 電源:
- 電源回路の構成: parts/power/config/index.md
# - 電源モジュール: parts/power/module/index.md
- アクチュエータ:
- DCモーター: parts/actuator/motor/index.md
- ロボマスモーター: parts/actuator/robomaster_motor/index.md
- サーボモーター: parts/actuator/servo/index.md
- ブラシレスモーター: parts/actuator/brushless_motor/index.md
- ソレノイド: parts/actuator/solenoid/index.md
- 電磁弁: parts/actuator/valve/index.md
- センサ:
- スイッチ: parts/sensor/switch/index.md
- ロータリーエンコーダー: parts/sensor/rotary_encoder/index.md
- BNO055(ジャイロセンサ): parts/sensor/bno055/index.md
- その他:
- シリアルLED: parts/other/serial_led/index.md
- アルゴリズム:
# - オムニホイール: algorithm/omni/index.md
# - 独立ステアリング機構: algorithm/steering/index.md
- 計測輪: algorithm/measure_wheel/index.md
- 基板:
- JLCPCB 発注手順: pcb/jlcpcb/index.md
- 講習会:
- はじめに: practice/index.md
- コマンド: practice/command/index.md
- Git・GitHub: practice/git/index.md
- C++: practice/cpp/index.md
- モーターとクラス: practice/motor/index.md
- ファイル分割: practice/file_splitting/index.md
- UdonLibraryの使い方: practice/udon_library/index.md
- オムニを動かそう: practice/omni/index.md
- 通信について: practice/communication/index.md
theme:
name: material
language: ja
icon:
repo: fontawesome/brands/github
features:
- navigation.footer
- navigation.tracking
- navigation.expand
- navigation.tabs
- navigation.path
- navigation.top
- content.code.copy
- content.tabs.link
- search.highlight
- search.share
- search.suggest
- header.autohide
palette:
- media: "(prefers-color-scheme: light)"
primary: grey
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: black
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
generator: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- footnotes
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format