-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
213 lines (186 loc) · 6.07 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
site_name: SparkFun Qwiic Dev Board ESP32-C6
site_description: A hookup guide to get started with the SparkFun Qwiic Dev Board - ESP32-C6.
site_url: https://sparkfun.github.io/SparkFun_Qwiic_Pocket_Dev_Board_ESP32_C6
edit_uri: blob/main/docs/
repo_url: https://github.com/sparkfun/SparkFun_Qwiic_Pocket_Dev_Board_ESP32_C6
repo_name: sparkfun/SparkFun_Qwiic_Pocket_Dev_Board_ESP32_C6
copyright:
Copyright 2023 - <a href="https://www.sparkfun.com/" target="_blank" rel="noopener">SparkFun Electronics®<br>
<a href="https://goo.gl/maps/vkstCpQZW6jZMjzYA" target="_blank" rel="noopener">6333 Dry Creek Parkway, Niwot, Colorado 80503</a>
# Configuration for webpage theme
theme:
# Theme: https://squidfunk.github.io/mkdocs-material/
name: material
logo: assets/images/sfe_logo_sq.png
palette:
primary: grey
accent: red
# Page Font
font:
text: Roboto
code: Roboto Mono
# Features to Include (ref. theme documentation)
features:
# Enable copy button on code blocks
- content.code.copy
# Enable annotations in code blocks
- content.code.annotate
# Enable "view source" and "edit this page" buttons
- content.action.edit
# Enable Navigation buttons in the footer (i.e. previous/next)
- navigation.footer
# Enables anchor tracking (updates page url with the section user is on)
# i.e. https://docs.sparkfun.com/<page link>/#<sub-section>
- navigation.tracking
- navigation.tabs.sticky
# Enables tabs for navigating the website
- navigation.tabs
# Keeps tabs visible in the header when scrolling
- navigation.tabs.sticky
# Adds pop-up button just below the header (when the user starts to scroll up)
# Allows users to easily jump to the beginning of the page
- navigation.top
# Renders path for page navigation at top of the page (makes page navigation more mobile friendly)
- navigation.path
# Adds light/dark theme to webpage
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: grey
accent: red
toggle:
icon: material/brightness-auto
name: Switch to dark mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: grey
accent: red
scheme: default
toggle:
icon: material/brightness-7
name: Switch to system preference
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: grey
accent: red
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
# Configures icons of callout boxes
icon:
# Sets repo icon to GitHub icon
repo: fontawesome/brands/github
# Admonition Icons (callout boxes)
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: simple/sparkfun
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
# Add custom admonitions
github: simple/github
arduino: simple/arduino
python: simple/python
code: fontawesome/regular/file-code
terminal: octicons/terminal-16
serial: fontawesome/solid/display
hot: material/fire-alert
# Permalink icon
link: octicons/link-16
# Adds overrides for stylesheets, html, etc.
custom_dir: overrides
# Included MkDocs plugins
# Add the installation of any new plugins to the ./github/workflows/mkdocs.yml file also
plugins:
- search
- typeset
- redirects:
redirect_maps:
'index.md': 'introduction.md'
# Add revision date
- git-revision-date-localized:
enable_creation_date: true
type: timeago
# Add git committers at bottom of the page
- git-committers:
repository: sparkfun/SparkFun_Qwiic_Pocket_Dev_Board_ESP32_C6
branch: main
# Add git authors at bottom of the page
- git-authors
# Enables use of Git submodules and larger code base
- monorepo
# Included Markdown extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
# base_path: ['./docs']
url_download: true
url_max_size: 0
url_timeout: 0
url_request_headers: {}
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.mark
- pymdownx.caret
- pymdownx.tilde
- pymdownx.keys
- tables
- admonition
- md_in_html
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- toc:
permalink: ''
extra:
# Configures the hperlink for the logo in the header
homepage: https://www.sparkfun.com
# Configures social icons in the footer
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/sparkfun
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/sparkfun
- icon: fontawesome/brands/github
link: https://www.github.com/sparkfun
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/SparkFun
- icon: fontawesome/brands/twitter
link: https://twitter.com/sparkfun
# Configures styling for PDF rendering and webpage layout
extra_css:
- stylesheet/extra.css
nav:
- Hookup Guide:
- Introduction: introduction.md
- Hardware Overview: hardware_overview.md
- Hardware Assembly: hardware_assembly.md
- Software Setup:
- Arduino Setup: software_setup.md
- Arduino Example: arduino_example.md
- Smart Watch Demo:
- Smart Watch Assembly: smart_watch_assembly.md
- Smart Watch Example: smart_watch_example.md
- Resources: resources.md
- Support:
- Troubleshooting: troubleshooting.md
- Submit Issues: github/file_issue.md
- Become a Contributor: github/contribute.md