mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
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:
committed by
Anton Kaliaev
parent
55362ed766
commit
80562669bf
@ -1,6 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: "Tendermint Core",
|
title: "Tendermint Documentation",
|
||||||
description: "Documentation for Tendermint Core",
|
description: "Documentation for Tendermint Core.",
|
||||||
|
ga: "UA-51029217-1",
|
||||||
dest: "./dist/docs",
|
dest: "./dist/docs",
|
||||||
base: "/docs/",
|
base: "/docs/",
|
||||||
markdown: {
|
markdown: {
|
||||||
|
Reference in New Issue
Block a user