Skip to content

Commit 0699845

Browse files
author
Julien Neuhart
committed
Add Google Analytics for documentation
1 parent ca341d3 commit 0699845

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/docusaurus.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ module.exports = {
88
organizationName: 'thecodingmachine', // Usually your GitHub org/user name.
99
projectName: 'symfony-boilerplate', // Usually your repo name.
1010
themeConfig: {
11+
googleAnalytics: {
12+
trackingID: 'G-ZGCNWVF92C',
13+
// Optional fields.
14+
anonymizeIP: true, // Should IPs be anonymized?
15+
},
1116
colorMode: {
1217
defaultMode: 'light',
1318
disableSwitch: true,

0 commit comments

Comments
 (0)