Skip to content

Commit 493fa4c

Browse files
authored
add analytics (#81)
1 parent 0663be4 commit 493fa4c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

mkdocs.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ site_name: Vultron CVD Protocol
22
site_url: 'https://certcc.github.io/Vultron/'
33
site_description: 'A protocol for coordinated vulnerability disclosure'
44
site_author: 'CERT Coordination Center'
5-
copyright: Copyright © 2023 Carnegie Mellon University.
5+
copyright: >
6+
Copyright © 2021-2024 Carnegie Mellon University.
7+
<br/><a href="#__consent">Change cookie settings</a>
68
nav:
79
- Home: 'index.md'
810
- Learning Vultron: 'tutorials/index.md'
@@ -259,6 +261,16 @@ markdown_extensions:
259261
- pymdownx.tilde
260262
- tables
261263
extra:
264+
analytics:
265+
provider: google
266+
property: G-87WECW6HCS
267+
consent:
268+
title: About our use of cookies on this site
269+
description: >-
270+
We use cookies to measure the effectiveness of our documentation and whether users
271+
find what they're searching for. With your consent, you're helping us to
272+
make our documentation better.
273+
See our <a href="https://www.sei.cmu.edu/legal/privacy-notice/index.cfm">Privacy Notice</a> for more.
262274
social:
263275
- icon: fontawesome/solid/bug
264276
link: https://github.com/CERTCC/Vultron/issues

0 commit comments

Comments
 (0)