Skip to content

Commit

Permalink
Add cookies and fix html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyho committed Oct 28, 2024
1 parent 2ed63c9 commit 5792548
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/arduino_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

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:

<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>
<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>

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).

Expand Down
23 changes: 22 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,29 @@ extra:
link: https://www.github.com/sparkfun
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/SparkFun
- icon: fontawesome/brands/twitter
- 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
Expand Down

0 comments on commit 5792548

Please sign in to comment.