-
Notifications
You must be signed in to change notification settings - Fork 3
Cookie consent for the docs #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
83dfbb7
Bump the npm_and_yarn group across 3 directories with 6 updates
dependabot[bot] 9f8312c
fixed dependencies
ozziest efadd4b
Added cookie consent
ozziest 869bbcb
added cookie consent and policies
ozziest ff5f11d
fixed missing cookie info
ozziest 8dd7bac
fixed eslint issues
ozziest 6783fe1
Removed demo app
ozziest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| --- | ||
| sidebar: false | ||
| editLink: false | ||
| outline: false | ||
| prev: false | ||
| next: false | ||
| --- | ||
|
|
||
| # Cookie Policy | ||
|
|
||
| _Last updated: July 12, 2025_ | ||
|
|
||
| This website uses cookies to enhance your browsing experience and to collect anonymous analytics data. This policy explains what cookies are, which ones we use, and how you can manage your preferences. | ||
|
|
||
| ## 1. What are cookies? | ||
|
|
||
| Cookies are small text files stored on your device when you visit a website. They allow websites to remember your actions and preferences (such as language or session settings) over a period of time. | ||
|
|
||
| Cookies can be: | ||
|
|
||
| - **First-party cookies** – set by the website you are visiting | ||
| - **Third-party cookies** – set by an external provider (like Google Analytics) | ||
|
|
||
| They can also be: | ||
|
|
||
| - **Session cookies** – deleted when you close your browser | ||
| - **Persistent cookies** – stored for a defined period | ||
|
|
||
| ## 2. How we use cookies | ||
|
|
||
| This site uses only the following types of cookies: | ||
|
|
||
| ### Strictly necessary cookies | ||
|
|
||
| These cookies are required for basic functionality, such as remembering your cookie preferences. They do not track you or store any personally identifiable information. | ||
|
|
||
| | Name | Domain | Expiration | Description | | ||
| | --------- | --------------------- | ---------- | ---------------------------------- | | ||
| | cc_cookie | validator.axe-api.com | 6 months | Remembers your cookie preferences. | | ||
|
|
||
| ### Performance and analytics cookies | ||
|
|
||
| These cookies help us understand how visitors use the site so we can improve it. All data collected is anonymized. These cookies are set **only if you accept analytics cookies** via the cookie banner. | ||
|
|
||
| | Name | Domain | Expiration | Description | | ||
| | ------ | ---------- | ---------- | ---------------------------------------------------------------------------- | | ||
| | ^\_ga | google.com | 2 years | Used to distinguish users by assigning a unique client ID. | | ||
| | ^_ga_ | google.com | 2 years | Used by Google Analytics 4 to persist session state for a specific property. | | ||
| | ^\_gid | google.com | 24 hours | Used to distinguish users and track user behavior for 24 hours. | | ||
| | ^\_gat | google.com | 1 minute | Used to throttle request rate to Google Analytics servers. | | ||
|
|
||
| All Google Analytics cookies are configured to **anonymize IP addresses**. | ||
|
|
||
| For more information, see [Google’s cookie usage documentation](https://developers.google.com/analytics/devguides/collection/gtagjs/cookie-usage). | ||
|
|
||
| ## 3. How to manage your preferences | ||
|
|
||
| You can change or withdraw your cookie consent at any time by clicking the **“Cookie preferences”** link in the footer of the site. | ||
|
|
||
| You can also delete or block cookies via your browser settings. For guidance on how to do this, visit [www.aboutcookies.org](https://www.aboutcookies.org/). | ||
|
|
||
| Please note that blocking certain cookies may affect the functionality of the site. | ||
|
|
||
| ## 4. Changes to this policy | ||
|
|
||
| We may update this Cookie Policy from time to time. Changes will be posted on this page with an updated revision date. | ||
|
|
||
| --- | ||
|
|
||
| If you have any questions about our use of cookies, feel free to contact us at [[email protected]](mailto:[email protected]). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using inline styles is generally discouraged for maintainability. It's better to keep styles in CSS files.
You could move the
cursor: pointerstyle to a custom CSS file, for exampledocs/.vitepress/theme/custom.css, which seems to be already set up.Example for
custom.css: