Skip to content

Commit 5792548

Browse files
committed
Add cookies and fix html tag
1 parent 2ed63c9 commit 5792548

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

docs/arduino_library.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
SparkFun has written a library to work with the u-blox NEO-F10N. You can obtain this library through the Arduino Library Manager by searching for "**SparkFun u-blox GNSS v3**". Find the one written by SparkFun Electronics and install the latest version. Users who prefer to manually install the library can get it from the [GitHub Repository](https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3) or download the .ZIP by clicking the button below:
1414

15-
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3/archive/refs/heads/main.zip" class="md-button">SparkFun u-blox GNSS Arduino Library - v3
16-
(ZIP)</a></div>
15+
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3/archive/refs/heads/main.zip" class="md-button">SparkFun u-blox GNSS Arduino Library - v3 (ZIP)</a></div>
1716

1817
Once you have the library installed checkout the various examples! There are several examples in the library that cover more than just the NEO-F10N. Note that some examples will not apply depending on the modules features. We will be looking at the [NEO-F10N folder](https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3/tree/main/examples/NEO-F10N).
1918

mkdocs.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,29 @@ extra:
218218
link: https://www.github.com/sparkfun
219219
- icon: fontawesome/brands/facebook
220220
link: https://www.facebook.com/SparkFun
221-
- icon: fontawesome/brands/twitter
221+
- icon: fontawesome/brands/x-twitter
222222
link: https://twitter.com/sparkfun
223+
- icon: fontawesome/solid/cookie-bite
224+
link: /#__consent
225+
name: Change cookie settings
226+
227+
# Configures Google Analytics
228+
analytics:
229+
provider: google
230+
property: G-7Y7EYCZVC1
231+
232+
consent:
233+
cookies:
234+
analytics:
235+
name: Google Analytics
236+
checked: true
237+
title: Cookie consent
238+
description:
239+
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.
240+
actions:
241+
- accept
242+
- manage
243+
- reject
223244

224245

225246
# Configures styling for PDF rendering and webpage layout

0 commit comments

Comments
 (0)