add Google Analytics for documentation pages (#2645)

We need Google Analytics to start measuring how many developers are viewing our documentation. That way we can gauge how successful an/or useful various pages are. VuePress supports GA and all we have to provide is the tracking code.

This PR also renames the static docs site to "Tendermint Documentation", which is a better representation of the contents than only "Tendermint Core".
This commit is contained in:
Peng Zhong 2018-10-16 14:10:52 +08:00 committed by Anton Kaliaev
parent 55362ed766
commit 80562669bf
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
module.exports = {
title: "Tendermint Core",
description: "Documentation for Tendermint Core",
title: "Tendermint Documentation",
description: "Documentation for Tendermint Core.",
ga: "UA-51029217-1",
dest: "./dist/docs",
base: "/docs/",
markdown: {