Skip to content

Commit a02faa3

Browse files
committed
Add cookies
1 parent 166e19c commit a02faa3

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