We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f699c71 commit cf5ded2Copy full SHA for cf5ded2
documentation/docusaurus.config.js
@@ -30,6 +30,10 @@ const config = {
30
theme: {
31
customCss: require.resolve('./src/css/custom.css'),
32
},
33
+ googleAnalytics: {
34
+ trackingID: 'G-SQ923F35HC',
35
+ anonymizeIP: true,
36
+ },
37
}),
38
],
39
documentation/package.json
@@ -15,6 +15,7 @@
15
16
"dependencies": {
17
"@docusaurus/core": "2.0.0-beta.14",
18
+ "@docusaurus/plugin-google-analytics": "^2.0.0-beta.15",
19
"@docusaurus/preset-classic": "2.0.0-beta.14",
20
"@mdx-js/react": "^1.6.21",
21
"classnames": "^2.3.1",
0 commit comments