Add GA for docs.cosmos.network (#5320)

This commit is contained in:
Cyrus Goh 2019-11-19 08:50:24 -08:00 committed by Federico Kunze
parent 7c975f1700
commit c16c32aefa
3 changed files with 16 additions and 1 deletions

View File

@ -91,5 +91,13 @@ module.exports = {
]),
},
}
}
},
plugins: [
[
"@vuepress/google-analytics",
{
ga: "UA-51029217-12"
}
]
],
};

View File

@ -1104,6 +1104,12 @@
"lodash.throttle": "^4.1.1"
}
},
"@vuepress/plugin-google-analytics": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.2.0.tgz",
"integrity": "sha512-0zol5D4Efb5GKel7ADO/s65MLtKSLnOEGkeWzuipkWomSQPzP7TJ3+/RcYBnGdyBFHd1BSpTUHGK0b/IGwM3UA==",
"dev": true
},
"@vuepress/plugin-last-updated": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.2.tgz",

View File

@ -10,6 +10,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"lodash": "^4.17.13",
"markdown-it": "^8.4.2",
"markdown-it-meta": "0.0.1",