Skip to content

Commit

Permalink
Analytics (#18)
Browse files Browse the repository at this point in the history
## Description
Add google analytics so we can gather metrics on usage.

## Motivation and Context
It's good to know if people are actually reading the docs.
  • Loading branch information
joroshiba committed Oct 20, 2023
1 parent 8a1eca8 commit 93fea93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-RKYWRJTV6J',
anonymizeIP: true,
}
}),
],
],
Expand Down

0 comments on commit 93fea93

Please sign in to comment.