Skip to content

Commit

Permalink
docs: Add analytics code for documentation (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 authored May 22, 2024
1 parent 70900c2 commit 3abe149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
PAGE_REPLACEMENTS = {
"index.md": (
(" AFGs ", r" [AFGs](default:AFG) "),
(" AWGs ", r" [AWGs](default:AFG) "),
(" AWGs ", r" [AWGs](default:AWG) "),
(" Scopes ", r" [Scopes](default:Scope) "),
(" PSUs ", r" [PSUs](default:PSU) "),
(" SMUs ", r" [SMUs](default:SMU) "),
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ validation:
anchors: warn
theme:
name: readthedocs
analytics:
gtag: G-SDPEX4WBKJ
highlightjs: false
custom_dir: docs/_templates/readthedocs
include_homepage_in_sidebar: false
Expand Down

0 comments on commit 3abe149

Please sign in to comment.