Skip to content

Commit 13dc588

Browse files
committed
add analytics
1 parent 2a37a8c commit 13dc588

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)