You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs.yml
+28-8Lines changed: 28 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ theme:
30
30
font:
31
31
text: Roboto
32
32
code: Roboto Mono
33
-
33
+
34
34
35
35
# Features to Include (ref. theme documentation)
36
36
features:
@@ -59,7 +59,7 @@ theme:
59
59
60
60
# Keeps tabs visible in the header when scrolling
61
61
- navigation.tabs.sticky
62
-
62
+
63
63
# Adds pop-up button just below the header (when the user starts to scroll up)
64
64
# Allows users to easily jump to the beginning of the page
65
65
- navigation.top
@@ -82,7 +82,7 @@ theme:
82
82
- media: "(prefers-color-scheme: light)"
83
83
primary: grey
84
84
accent: red
85
-
scheme: default
85
+
scheme: default
86
86
toggle:
87
87
icon: material/brightness-7
88
88
name: Switch to system preference
@@ -94,7 +94,7 @@ theme:
94
94
scheme: slate
95
95
toggle:
96
96
icon: material/weather-night
97
-
name: Switch to light mode
97
+
name: Switch to light mode
98
98
99
99
100
100
# Configures icons
@@ -104,7 +104,7 @@ theme:
104
104
105
105
# Sets repo icon to GitHub icon
106
106
repo: fontawesome/brands/github
107
-
107
+
108
108
# Sets icons for "view source" (commented out) and "edit this page" buttons
109
109
edit: material/file-document-edit-outline
110
110
# view: material/file-code-outline
@@ -185,7 +185,7 @@ markdown_extensions:
185
185
- pymdownx.superfences
186
186
- pymdownx.details
187
187
- pymdownx.tabbed:
188
-
alternate_style: true
188
+
alternate_style: true
189
189
- pymdownx.betterem:
190
190
smart_enable: all
191
191
- pymdownx.mark
@@ -228,9 +228,29 @@ extra:
228
228
link: https://www.github.com/sparkfun
229
229
- icon: fontawesome/brands/facebook
230
230
link: https://www.facebook.com/SparkFun
231
-
- icon: fontawesome/brands/twitter
231
+
- icon: fontawesome/brands/x-twitter
232
232
link: https://twitter.com/sparkfun
233
-
233
+
- icon: fontawesome/solid/cookie-bite
234
+
link: ./#__consent
235
+
name: Change cookie settings
236
+
237
+
# Configures Google Analytics
238
+
analytics:
239
+
provider: google
240
+
property: G-7Y7EYCZVC1
241
+
242
+
consent:
243
+
cookies:
244
+
analytics:
245
+
name: Google Analytics
246
+
checked: true
247
+
title: Cookie consent
248
+
description:
249
+
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.
250
+
actions:
251
+
- accept
252
+
- manage
253
+
- reject
234
254
235
255
236
256
# Configures styling for PDF rendering and webpage layout
0 commit comments