Actually enable Google Analytics for Corso docs (#1409)
## Description We were missing the actual plugin and did not have configuration for the right plugin type. ## Type of change - [x] 🐛 Bugfix - [x] 🗺️ Documentation
This commit is contained in:
parent
826ba778ff
commit
f4828705c9
@ -50,7 +50,7 @@ const config = {
|
|||||||
'https://github.com/alcionai/corso/tree/main/docs',
|
'https://github.com/alcionai/corso/tree/main/docs',
|
||||||
},
|
},
|
||||||
blog: false,
|
blog: false,
|
||||||
googleAnalytics: {
|
gtag: {
|
||||||
trackingID: 'G-4EXT1PY6KC',
|
trackingID: 'G-4EXT1PY6KC',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
1
docs/package-lock.json
generated
1
docs/package-lock.json
generated
@ -9,6 +9,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "2.2.0",
|
"@docusaurus/core": "2.2.0",
|
||||||
|
"@docusaurus/plugin-google-gtag": "^2.2.0",
|
||||||
"@docusaurus/preset-classic": "2.2.0",
|
"@docusaurus/preset-classic": "2.2.0",
|
||||||
"@mdx-js/react": "^2.1.5",
|
"@mdx-js/react": "^2.1.5",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
|
|||||||
@ -15,6 +15,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "2.2.0",
|
"@docusaurus/core": "2.2.0",
|
||||||
|
"@docusaurus/plugin-google-gtag": "^2.2.0",
|
||||||
"@docusaurus/preset-classic": "2.2.0",
|
"@docusaurus/preset-classic": "2.2.0",
|
||||||
"@mdx-js/react": "^2.1.5",
|
"@mdx-js/react": "^2.1.5",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user