|
@ -11,26 +11,30 @@ module.exports = { |
|
|
base: process.env.VUEPRESS_BASE, |
|
|
base: process.env.VUEPRESS_BASE, |
|
|
themeConfig: { |
|
|
themeConfig: { |
|
|
docsRepo: "tendermint/tendermint", |
|
|
docsRepo: "tendermint/tendermint", |
|
|
editLink: true, |
|
|
|
|
|
|
|
|
editLinks: true, |
|
|
docsDir: "docs", |
|
|
docsDir: "docs", |
|
|
logo: "/logo.svg", |
|
|
logo: "/logo.svg", |
|
|
label: "core", |
|
|
label: "core", |
|
|
gutter: { |
|
|
gutter: { |
|
|
title: "Help & Support", |
|
|
title: "Help & Support", |
|
|
editLink: true, |
|
|
editLink: true, |
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
title: "Riot Chat", |
|
|
|
|
|
text: "Chat with Tendermint developers on Riot Chat.", |
|
|
|
|
|
highlighted: "500+ people chatting now" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title: "Tendermint Forum", |
|
|
|
|
|
text: "Found an Issue?", |
|
|
|
|
|
highlighted: |
|
|
|
|
|
"Help us improve this page by suggesting edits on GitHub." |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
chat: { |
|
|
|
|
|
title: "Riot Chat", |
|
|
|
|
|
text: "Chat with Tendermint developers on Riot Chat.", |
|
|
|
|
|
url: "https://riot.im/app/#/room/#tendermint:matrix.org", |
|
|
|
|
|
bg: "#222" |
|
|
|
|
|
}, |
|
|
|
|
|
forum: { |
|
|
|
|
|
title: "Tendermint Forum", |
|
|
|
|
|
text: "Join the Tendermint forum to learn more", |
|
|
|
|
|
url: "https://forum.cosmos.network/c/tendermint", |
|
|
|
|
|
bg: "#0B7E0B", |
|
|
|
|
|
logo: "tendermint" |
|
|
|
|
|
}, |
|
|
|
|
|
github: { |
|
|
|
|
|
title: "Found an Issue?", |
|
|
|
|
|
text: "Help us improve this page by suggesting edits on GitHub." |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
footer: { |
|
|
footer: { |
|
|
logo: "/logo-bw.svg", |
|
|
logo: "/logo-bw.svg", |
|
|