-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: _resource/overrides/main.html modified: docs/index.md new file: docs/js/consent.js modified: mkdocs-base.yml
- Loading branch information
1 parent
7c62233
commit a990610
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -50,6 +50,6 @@ Our comprehensive resources will help you overcome challenges, from everyday iss | |
</div> | ||
</div> | ||
|
||
|
||
[Change privacy settings](#__consent) | ||
Check failure on line 53 in docs/index.md GitHub Actions / runner / valeLink fragments should be valid
|
||
|
||
|
This file contains 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,6 @@ | ||
var consent = __md_get("__consent") | ||
if (consent && consent.custom) { | ||
/* The user accepted the cookie */ | ||
} else { | ||
/* The user rejected the cookie */ | ||
} |
This file contains 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