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
15 changes: 14 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
site_name: "causalprog"
site_description: "Documentation website for causalprog"
site_author: "Collaborations team, UCL Centre for Advanced Research Computing"
copyright: "Copyright © 2025 University College London"
copyright: >
Copyright © 2025 University College London -
<a href="#__consent">Change cookie settings</a>
repo_url: "https://github.com/UCL/causalprog/"
repo_name: "UCL/causalprog"
edit_uri: edit/main/docs/
Expand Down Expand Up @@ -65,6 +67,17 @@ plugins:
closing_tag: "!}"

extra:
consent:
title: Cookie consent
description: >-
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.
actions:
- reject
- manage
- accept
social:
- icon: fontawesome/brands/github
link: "https://github.com/UCL"
Expand Down