Browse Source

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>
pull/4566/head
Denis Fadeev 4 years ago
committed by GitHub
parent
commit
033cac2b75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 586 additions and 576 deletions
  1. +1
    -1
      docs/.vuepress/styles/index.styl
  2. +582
    -573
      docs/package-lock.json
  3. +3
    -2
      docs/package.json

+ 1
- 1
docs/.vuepress/styles/index.styl View File

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

+ 582
- 573
docs/package-lock.json
File diff suppressed because it is too large
View File


+ 3
- 2
docs/package.json 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"
}
}

Loading…
Cancel
Save