Skip to content

Commit

Permalink
Add Google Analytics for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Dec 16, 2020
1 parent ca341d3 commit 0699845
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ module.exports = {
organizationName: 'thecodingmachine', // Usually your GitHub org/user name.
projectName: 'symfony-boilerplate', // Usually your repo name.
themeConfig: {
googleAnalytics: {
trackingID: 'G-ZGCNWVF92C',
// Optional fields.
anonymizeIP: true, // Should IPs be anonymized?
},
colorMode: {
defaultMode: 'light',
disableSwitch: true,
Expand Down

0 comments on commit 0699845

Please sign in to comment.