Skip to content

Commit 7d050f3

Browse files
committed
Add cookies
1 parent 4b2db84 commit 7d050f3

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

mkdocs.yml

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

225246

226247
# Configures styling for PDF rendering and webpage layout

0 commit comments

Comments
 (0)