-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
162 lines (132 loc) · 5.35 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Copyright (c) 2016-2017 Martin Donath <[email protected]>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# Project information
site_name: Seeedstudio VN
# site_description: Seeedウィキ(日本語版)へようこそ!ここにはSeeedの製品の日本語版資料が備えています
# site_author: Bill
site_url: http://wiki.seeedstudio.com/vn/
# Repository
repo_name: All Products
#repo_url: http://wiki.seeedstudio.com
repo_url: https://github.com/SeeedDocument/
edit_uri: blob/master/docs/
# Copyright
copyright: 'Seeedstudio 2019'
# Theme directory
theme_dir: material
# Icon
# site_favicon: 'images/favicon.ico'
#site_favicon: https://raw.githubusercontent.com/SeeedDocument/wiki_english/master/docs/images/favicon.ico
# Options
extra:
feature:
tabs: false
palette:
primary: light green
accent: indigo
social:
- type: facebook
link: https://www.facebook.com/seeedstudios/
- type: github-alt
link: https://github.com/SeeedDocument
logo: 'images/favicon.ico'
search:
language: 'jp'
tokenizer: '[\s\-\.]+'
# Extensions
markdown_extensions:
- codehilite
- markdown.extensions.admonition
- markdown.extensions.codehilite(guess_lang=false)
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc(permalink=true)
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde
- pymdownx.keys
- codehilite:
linenums: true
extra_css:
- 'stylesheets/extra.css'
extra_javascript:
- 'javascripts/extra.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
# Page tree
pages:
- Seeed Wiki: 'index.md'
- Grove Kit:
- Grove kit:
- Grove - Creator Kit: Grove-Creator-Kit-1.md
- Grove Sensor:
- Grove Sensor:
- Grove - 3 Axis Digital Accelerometer-1.5g: Grove-3-Axis_Digital_Accelerometer-1.5g.md
- Grove - Flame Sensor: Grove-Flame_Sensor.md
- Grove - Hall Sensor: Grove-Hall_Sensor.md
- Grove - Light Sensor: Grove-Light_Sensor.md
- Grove - Loudness Sensor: Grove-Loudness_Sensor.md
- Grove - Line_Finder: Grove-Line_Finder.md
- Grove - Moisture Sensor: Grove-Moisture_Sensor.md
- Grove - PIR Motion Sensor: Grove-PIR_Motion_Sensor.md
- Grove - Rotary Angle Sensor: Grove-Rotary_Angle_Sensor.md
- Grove - Sound Sensor: Grove-Sound_Sensor.md
- Grove - Temperature Sensor V1.2: Grove-Temperature_Sensor_V1.2.md
- Grove - Temperature And Humidity Sensor: Grove-TemperatureAndHumidity_Sensor.md
- Grove - Touch Sensor: Grove-Touch_Sensor.md
- Grove - Ultrasonic Ranger: Grove-Ultrasonic_Ranger.md
- Grove - Vibration Sensor SW-420: Grove-Vibration_Sensor_SW-420.md
- Grove - Water Sensor: Grove-Water_Sensor.md
- Grove Actuactor:
- Grove Actuactor:
- Grove - Button: Grove-Button.md
- Grove - Buzzer: Grove-Buzzer.md
- Grove - Magnetic Switch: Grove-Magnetic_Switch.md
- Grove - Relay: Grove-Relay.md
- Grove - RTC: Grove-RTC.md
- Grove - Speaker: Grove-Speaker.md
- Grove - Switch-P: Grove-Switch-P.md
- Grove - Tilt Switch: Grove-Tilt_Switch.md
- Grove - Thumb Joystick: Grove-Thumb_Joystick.md
- Grove - Vibration Motor: Grove-Vibration_Motor.md
- Grove - Infrared Emitter: Grove-Infrared_Emitter.md
- Grove - Infrared Receiver: Grove-Infrared_Receiver.md
- Grove Display:
- Grove Display:
- Grove - 4-Digit Display: Grove-4-Digit_Display.md
- Grove - Chainable RGB LED: Grove-Chainable_RGB_LED.md
- Grove - LED Bar: Grove-LED_Bar.md
- Grove - LED Button: Grove-LED_Button.md
- Grove - Red LED: Grove-Red_LED.md
- Grove - RGB LED Stick 10 WS2813 Mini: Grove-RGB_LED_Stick-10-WS2813_Mini.md
- License: license.md
# Google Analytics
google_analytics:
# - !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
- UA-115878881-1
# - UA-84917600-1
- auto