docs: add GA for docs.tendermint.com (#4149)

This commit is contained in:
Cyrus Goh
2019-11-16 05:04:10 -08:00
committed by Anton Kaliaev
parent e71a2b161b
commit 36ba1a8494
3 changed files with 18 additions and 2 deletions

View File

@@ -141,5 +141,13 @@ module.exports = {
anchor: {
permalinkSymbol: ""
}
}
},
plugins: [
[
"@vuepress/google-analytics",
{
ga: "UA-51029217-11"
}
]
],
};