docs: bump vuepress theme (#5946)

Co-authored-by: Cyrus Goh <hello@lovincyrus.com>
This commit is contained in:
Marko
2021-01-22 19:06:16 +00:00
committed by GitHub
parent 07113abd9e
commit f32207db15
5 changed files with 16404 additions and 3026 deletions

View File

@@ -14,8 +14,47 @@ module.exports = {
docsRepo: "tendermint/tendermint",
editLinks: true,
docsDir: "docs",
logo: "/logo.svg",
label: "core",
topbar: {
banner: false
},
versions: [
{
"label": "v0.32",
"key": "v0.32"
},
{
"label": "v0.33",
"key": "v0.33"
},
{
"label": "v0.34",
"key": "v0.34"
},
{
"label": "master",
"key": "master"
}
],
sidebar: {
auto: true,
nav: [
{
title: 'Resources',
children: [
{
title: 'Developer Sessions',
path: '/DEV_SESSIONS.html'
},
{
title: 'RPC',
path: 'https://docs.tendermint.com/master/rpc/',
static: true
},
]
}
]
},
gutter: {
title: "Help & Support",
editLink: true,
@@ -32,7 +71,9 @@ module.exports = {
}
},
footer: {
questionsText: "Chat with Cosmos developers in [Discord](https://discordapp.com/channels/669268347736686612) or reach out on the [SDK Developer Forum](https://forum.cosmos.network/c/tendermint) to learn more.",
question: {
text: 'Chat with Tendermint developers in <a href=\'https://discord.gg/W8trcGV\' target=\'_blank\'>Discord</a> or reach out on the <a href=\'https://forum.cosmos.network/c/tendermint\' target=\'_blank\'>Tendermint Forum</a> to learn more.'
},
logo: "/logo-bw.svg",
textLink: {
text: "tendermint.com",
@@ -112,22 +153,6 @@ module.exports = {
}
]
},
sidebar: [
{
title: "Resources",
children: [
{
title: "Developer Sessions",
path: "/DEV_SESSIONS.html"
},
{
title: "RPC",
path: "/master/rpc/",
static: true
}
]
}
]
},
plugins: [
[

View File

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

View File

@@ -85,7 +85,7 @@ When, `time.Now() > PotentialAmnesiaEvidence.timestamp + AmnesiaTrialPeriod`, ho
*NOTE: Even before the evidence is proposed and committed, the off-chain process of gossiping valid evidence could be
enough for honest nodes to recognize the fork and halt.*
Other validators will vote <nil> if:
Other validators will vote <nil\> if:
- The Amnesia Evidence is not valid
- The Amensia Evidence is not within the validators trial period i.e. too soon.

19361
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.4.1",
"vuepress-theme-cosmos": "^1.0.161"
"vuepress-theme-cosmos": "^1.0.180"
},
"scripts": {
"preserve": "./pre.sh",