Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,23 @@ markdown_extensions:

# Additional configuration
extra:
# Google Analytics 4 β€” Measurement ID is public (embedded in the rendered site).
analytics:
provider: google
property: G-L8JTJDG8G7
# Cookie consent (GDPR) β€” gate analytics cookies behind explicit opt-in.
consent:
title: Cookie consent
description: >-
We use analytics cookies to understand how you use the docs so we can improve them.
actions:
- accept
- reject
- manage
cookies:
analytics:
name: Google Analytics
checked: false
# Versioning documentation
version:
provider: mike
Expand Down