Update docs website (#4564)

* update theme

* Update version

* Updated Questions section in the footer

* Remove links to Riot chat

* Typo

* Add Discord link

* Update docs theme to the latest version

* Use docs-staging branch for staging website

* Resolve merge conflicts

* Update version

* Add google analytics

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Denis Fadeev
2020-03-13 19:34:31 +05:00
committed by GitHub
parent c06341e100
commit 033cac2b75
3 changed files with 586 additions and 576 deletions

View File

@@ -1,3 +1,3 @@
:root
--accent-color #00BB00
--accent-color #018A01
--background #222222

1155
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,8 @@
"description": "Welcome to the Tendermint Core documentation!",
"main": "index.js",
"dependencies": {
"vuepress-theme-cosmos": "^1.0.150"
"@vuepress/plugin-google-analytics": "^1.3.1",
"vuepress-theme-cosmos": "^1.0.156"
},
"scripts": {
"preserve": "./pre.sh",
@@ -16,4 +17,4 @@
},
"author": "",
"license": "ISC"
}
}