-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathmkdocs.yml
167 lines (148 loc) · 4.68 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
site_name: SparkFun RTK Product Manual
site_description: A guide to the SparkFun RTK hardware, firmware, and features.
site_url: https://docs.sparkfun.com/SparkFun_RTK_Firmware/
repo_name: sparkfun/SparkFun_RTK_Firmware
repo_url: https://github.com/sparkfun/SparkFun_RTK_Firmware
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
logo: img/Icons/sfe_logo_sm.png
palette:
primary: grey
accent: red
font:
text: Roboto
code: Roboto Mono
features:
- content.code.annotate
# Enable "view source" and "edit this page" buttons
- content.action.edit
# 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
# Icon in Browser Tab (must be square img - i.e. 32x32 pixels)
favicon: img/Icons/sfe_logo_sq.png
icon:
repo: fontawesome/brands/github
# Sets icon for "edit this page" buttons
edit: material/file-document-edit-outline
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
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
plugins:
- search
- monorepo
#Generates PDF
- with-pdf:
copyright: SparkFun Electronics - 2023
cover_subtitle: Simple and Cost Effective High-Precision Navigation
output_path: pdf/SparkFun_RTK_User_Manual.pdf
author: This PDF is automatically generated. See https://docs.sparkfun.com/SparkFun_RTK_Firmware/ for the latest version.
toc_title: Table Of Contents
#cover_title: TITLE TEXT
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#debug_html: true
#show_anchors: true
#verbose: true
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>
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.betterem:
smart_enable: all
- pymdownx.mark
- pymdownx.caret
- pymdownx.tilde
- tables
- admonition
extra:
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
nav:
- Introduction: index.md
- intro.md
- connecting_bluetooth.md
- GIS Software:
- gis_software_android.md
- gis_software_ios.md
- gis_software_windows.md
- Configuration Methods:
- configure_with_wifi.md
- configure_with_bluetooth.md
- configure_with_serial.md
- configure_with_settings_file.md
- configure_with_ucenter.md
- Configuration Menus:
- menu_base.md
- menu_data_logging.md
- menu_debug.md
- menu_ethernet.md
- menu_gnss.md
- menu_messages.md
- menu_tcp_udp.md
- menu_ntp.md
- menu_pointperfect.md
- menu_ports.md
- menu_profiles.md
- menu_radios.md
- menu_sensor.md
- menu_system.md
- menu_wifi.md
- Hardware:
- firmware_update.md
- displays.md
- embeddedsystem_connection.md
- repair.md
- RTK Corrections:
- correction_sources.md
- correction_transport.md
- permanent_base.md
- accuracy_verification.md
- contribute.md