-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
412 lines (326 loc) · 11.5 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
# Documentation page information
site_name: Product Manual - SparkFun RTK mosaic-X5
site_description: The product manual for the RTK mosaic-X5
site_url: https://sparkfun.github.io/SparkFun_RTK_mosaic-X5
site_author: SparkFun Electronics
repo_url: https://github.com/sparkfun/SparkFun_RTK_mosaic-X5
repo_name: sparkfun/SparkFun_RTK_mosaic-X5
copyright:
Copyright 2024 - <a href="https://www.sparkfun.com/" target="_blank" rel="noopener">SparkFun Electronics®</a><br>
<a href="https://goo.gl/maps/vkstCpQZW6jZMjzYA" target="_blank" rel="noopener">6333 Dry Creek Parkway, Niwot, Colorado 80503</a>
# Default edit/view actions to "main" branch, instead of "master"
edit_uri: blob/main/docs/
# Configuration for webpage theme
theme:
# Theme: https://squidfunk.github.io/mkdocs-material/
name: material
custom_dir: overrides # Personalized changes to the theme
# Icon in Browser Tab (must be square img - i.e. 32x32 pixels)
favicon: assets/img/sfe-logo.png
# Page Font
font:
text: Roboto
code: Roboto Mono
# Features to Include (ref. theme documentation)
features:
# Enable copy button on code blocks
- content.code.copy
# Enables code selection button to link a specific section of a code block
- content.code.select
# Enable annotations in code blocks
- content.code.annotate
# Enable "view source" and "edit this page" buttons
- content.action.edit
# - content.action.view
# Enable tooltips (pop-open dialog boxes)
- content.tooltips
# 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
# 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)
# i.e. Allows users to easily jump to the beginning of the page
- navigation.top
# Renders path for page navigation at the top of the page (makes page navigation more mobile friendly)
- navigation.path
# Enables instant previews globally, for all internal links
- navigation.instant.preview
# Adds light/dark theme to the 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
icon:
# Sets homepage icon
logo: sfe-logo
# Sets repo icon to GitHub icon
repo: fontawesome/brands/github
# Sets icons for "view source" (commented out) and "edit this page" buttons
edit: material/file-document-edit-outline
# view: material/file-code-outline
# 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
rpi: simple/raspberrypi
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
# Included MkDocs plugins
# Add the installation of any new plugins to the ./github/workflows/mkdocs.yml file also
plugins:
# Default search plugin
- search
# Allows formatting (code block, icons, etc.) in headings and titles
- typeset
# Redirects page navigation
- redirects:
redirect_maps:
'index.md': 'introduction.md'
# Enables improved security for external links
- privacy:
# Disables cache mechanism, so that external assets can be updated during rebuilds
cache: false
# # Allows for external assets to be used
# assets: true
# assets_fetch: true
# Provide domains for assets that are retrieved from external sites
assets_include:
- https://docs.sparkfun.com/*
# External links open in a new tab
links_attr_map:
target: _blank
links_noopener: true
# Optimizes media files (*.png and *.jpg)
- optimize:
# Disables plugin on local builds
enabled: !ENV [CI, false]
# Specify directory; otherwise, multiple instances are created (.cache/plugins and .cache/plugin)
cache_dir: .cache/plugins/optimize
# Default values (from auto-complete)
# ------------------------------
# enabled: true
# cache: true
# cache_dir: .cache/plugins/optimize
# optimize_png: true
# optimize_png_speed: 4
# optimize_png_strip: true
# optimize_jpg: true
# optimize_jpg_quality: 60
# optimize_jpg_progressive: true
# print_gain: true
# print_gain_summary: true
# Add revision date
- git-revision-date-localized:
# Disables plugin on local builds
enabled: !ENV [CI, false]
enable_creation_date: true
type: timeago
# Add git committers at bottom of the page
- git-committers:
# Disables plugin on local builds
enabled: !ENV [CI, false]
repository: sparkfun/SparkFun_RTK_mosaic-X5
branch: main
# Add git authors at bottom of the page
- git-authors:
# Disables plugin on local builds
enabled: !ENV [CI, false]
# Enables use of Git submodules and larger code base
- monorepo:
# Disables plugin on local builds
enabled: !ENV [CI, false]
# Included Markdown extensions
markdown_extensions:
# Adds support for syntax highlighting of code blocks
- pymdownx.highlight:
anchor_linenums: true
# Adds support for syntax highlighting of inline code blocks
- pymdownx.inlinehilite
# Adds the ability to embed content from arbitrary files
- pymdownx.snippets:
base_path: ['.', './docs']
url_download: true
url_max_size: 0
url_timeout: 0
url_request_headers: {}
dedent_subsections: True
# Adds support for a glossary of abbreviations
# auto_append:
# # - https://raw.githubusercontent.com/santaimpersonator/git-test/main/glossary-sparkfun.md
# - glossary-sparkfun.md
# - glossary-local.md
# Allows embedding of code blocks in other elements
- pymdownx.superfences:
# Allows the use of diagrams
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Allows the use of tabs in the document
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# Allows the use of Markup syntax
- pymdownx.betterem:
smart_enable: all
# Allows the use of in-text highlighting in Markdown syntax
- pymdownx.mark
- pymdownx.critic
# Allows the use of superscript/subscript formatting in Markdown syntax
- pymdownx.caret
# Allows the use of strikeout formatting in Markdown syntax
- pymdownx.tilde
# Allows the use of keyboard button formatting in Markdown syntax
- pymdownx.keys
# Allows the use of tables in Markdown syntax
- tables
# Allows the use of admonition/call-out boxes
- admonition
# Allows admonition extension to collapse the call-out boxes
- pymdownx.details
# Allows the use of Markdown syntax in HTML elements
- md_in_html
# Allows the use of HTML syntax in Markdown elements
- attr_list
# Allows the use of definition list formatting in Markdown syntax
- def_list
# Allows the use of footnotes
- footnotes
# Allows the use of abbreviations
# - abbr
# Allows the use of bundled and custom icons and emojis
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
# Allows for rendering of block and inline block equations
- pymdownx.arithmatex:
generic: true
# Adds permalink icon to headers
- toc:
permalink: ''
# Link: 🔗 🔗
# Chain: ⛓ ⛓
extra:
# Configures the hyperlink for the logo in the header
homepage: https://www.sparkfun.com
# Configures social icons in the footer
social:
- icon: sfe-logo
link: https://www.sparkfun.com/products/23748
- 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/x-twitter
link: https://twitter.com/sparkfun
- icon: fontawesome/solid/cookie-bite
link: /#__consent
name: Change cookie settings
# Configures Google Analytics
analytics:
provider: google
property: G-7Y7EYCZVC1
consent:
cookies:
analytics:
name: Google Analytics
checked: true
title: Cookie consent
description:
We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better.
actions:
- accept
- manage
- reject
# Configures styling for PDF rendering and webpage layout
extra_css:
- stylesheet/extra.css
# Enables support for rendering block and inline block equations through MathJax
extra_javascript:
# Enables support for rendering block and inline block equations through MathJax
- javascript/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Configures webpage navigation
# Excludes README.md files from being built as webpages
exclude_docs: |
README.md
# Pages that are built, but not in the navigation tabs
not_in_nav: |
index.md
print_view.md
favicon.ico
# Webpage navigation tabs
nav:
- Getting Started:
- Introduction: introduction.md
- Quick Start Guide: quick_start.md
- Hardware Overview: hardware_overview.md
- Hardware Assembly: hardware_assembly.md
- Software Setup: software_overview.md
- RTK Configurations:
- RTK Base: base.md
- NTRIP Server: ntrip_server.md
- NTRIP Client: ntrip_client.md
- RTK Correction Services: correction_service.md
- Enable the GPS-L5 Band: L5.md
- Mining with Onocoy: mining-onocoy.md
- Resources:
- Hardware Resources: resources.md
- Support:
- Troubleshooting Tips: troubleshooting_tips.md
- Submit Issues: github/file_issue.md
- Contribute: github/contribute.md