Skip to content

Commit 8ede768

Browse files
committed
Add cookies
1 parent 2a072bc commit 8ede768

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

mkdocs.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,29 @@ extra:
200200
link: https://www.github.com/sparkfun
201201
- icon: fontawesome/brands/facebook
202202
link: https://www.facebook.com/SparkFun
203-
- icon: fontawesome/brands/twitter
203+
- icon: fontawesome/brands/x-twitter
204204
link: https://twitter.com/sparkfun
205+
- icon: fontawesome/solid/cookie-bite
206+
link: /#__consent
207+
name: Change cookie settings
208+
209+
# Configures Google Analytics
210+
analytics:
211+
provider: google
212+
property: G-7Y7EYCZVC1
213+
214+
consent:
215+
cookies:
216+
analytics:
217+
name: Google Analytics
218+
checked: true
219+
title: Cookie consent
220+
description:
221+
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.
222+
actions:
223+
- accept
224+
- manage
225+
- reject
205226

206227
# Configures styling for PDF rendering and webpage layout
207228
extra_css:

0 commit comments

Comments
 (0)