Skip to content

Commit 2d07aa7

Browse files
authored
Merge pull request #328 from uvidyadharan/analytics
Update Google Analytics Tag
2 parents 2a37a8c + 13dc588 commit 2d07aa7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,12 @@ def setup(app):
351351
html_context['github_user'] = 'FIRST-Tech-Challenge'
352352
html_context['github_repo'] = 'ftcdocs'
353353
html_context['github_version'] = 'main/docs/source/'
354+
355+
analytics = {
356+
'gtag': 'G-7B5F7THY9C'
357+
}
358+
359+
354360

355361

356362
# Configure RTD Theme

0 commit comments

Comments
 (0)