mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Adding Google Analytics to the Foundry documentation (#243)
The analytics are under Rachel Clune's OSMF account and will only be used for reporting to the Rosetta Commons Board
This commit is contained in:
5
docs/source/_static/ga.js
Normal file
5
docs/source/_static/ga.js
Normal file
@@ -0,0 +1,5 @@
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-6Q7T573HLF');
|
||||
@@ -57,3 +57,8 @@ source_suffix = {
|
||||
".rst": "restructuredtext",
|
||||
".md": "markdown",
|
||||
}
|
||||
|
||||
html_js_files = [
|
||||
'https://www.googletagmanager.com/gtag/js?id=G-6Q7T573HLF',
|
||||
'ga.js',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user