From d0a00b4174884a76d8ce59ea1adf409e5d21cb68 Mon Sep 17 00:00:00 2001 From: Peng Zhong <172531+nylira@users.noreply.github.com> Date: Tue, 16 Oct 2018 12:11:57 +0800 Subject: [PATCH] add Google Analytics for documentation pages Also renames the static docs site to "Cosmos Documentation", which is a better representation of the contents than "Cosmos Network". --- docs/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 7925697f5..4042de37e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,6 +1,7 @@ module.exports = { - title: "Cosmos Network", + title: "Cosmos Documentation", description: "Documentation for the Cosmos Network.", + ga: "UA-51029217-2", dest: "./dist/docs", base: "/docs/", markdown: {