-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
139 lines (128 loc) · 3.23 KB
/
mkdocs.yml
File metadata and controls
139 lines (128 loc) · 3.23 KB
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
133
134
135
136
137
138
139
docs_dir: pmod
site_name: Robotika Brno PMOD Gadgets
site_url: https://pmod.robotikabrno.cz
site_description: >-
Documentation for PMOD extensions by RoboticsBrno
repo_name: RoboticsBrno/pmod-gadgets
repo_url: https://github.com/RoboticsBrno/pmod-gadgets
edit_uri: blob/main/docs/
dev_addr: "127.0.0.1:8002"
copyright: Copyright © RoboticsBrno
use_directory_urls: True
theme:
name: material
language: cs
logo: assets/logo.svg
favicon: assets/logo.svg
features:
- navigation.tabs
- navigation.indexes
- navigation.top
- content.code.copy
- content.code.annotate
custom_dir: overrides
icon:
repo: fontawesome/brands/github
palette:
- scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-sunny
name: Přepnout na světý režim
- scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-night
name: Přepnout na tmavý režim
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.extra
- pymdownx.keys
- admonition
- pymdownx.details
- pymdownx.keys
- attr_list
- pymdownx.tabbed
- meta
- pymdownx.snippets:
url_download: True
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: "¤"
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- macros
- open-in-new-tab
- glightbox:
auto_caption: true
- resize-images:
source-dir: assets-large
target-dir: assets
enable_cache: True
size: [1000, 800]
extensions: [".jpg", ".jpeg", ".png", ".gif"]
- auto-refresh-build-pages:
update_message: "Návod byl aktualizován, chcete načíst novou verzi?"
yes_button_text: "Ano"
no_button_text: "Ne"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/RoboticsBrno
- icon: fontawesome/brands/twitter
link: https://twitter.com/RobotikaBrno
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/robotarna.helceletka
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@robotikabrno-robotarnaasps2392
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/robotarna.helceletka
# analytics:
# provider: google
# property: ASD
extra_css:
- assets/style.css
nav:
- Domů:
- index.md
- IR Vysílač/Přijímač:
- IR/README.md
- IR/manual.md
- DPad:
- DPad/README.md
- DPad/manual.md
- Senzor teploty:
- thermometer/README.md
- thermometer/manual.md
- RFID:
- RFID/README.md
- RFID/manual.md
- Piezo:
- PIEZO/README.md
- PIEZO/manual.md
- Gyroskop/akcelerometr:
- gyro/README.md
- gyro/manual.md
- Joystick:
- joystick/README.md
- joystick/manual.md
- R-Encoder:
- r-encoder/README.md
- r-encoder/manual.md
- Microphone:
- microphone/README.md
- microphone/manual.md
- RTC:
- RTC/README.md
- RTC/manual.md
# - Template:
# - template/README.md
# - template/manual.md