docs: update .vuepress/config.js (#6493)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Cyrus Goh 2020-07-01 10:01:15 -07:00 committed by GitHub
parent 99ea4b759a
commit 1ad7d83a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 901 additions and 881 deletions

View File

@ -1,16 +1,6 @@
module.exports = {
theme: "cosmos",
title: "Cosmos SDK",
head: [
[
"link",
{
rel: "stylesheet",
type: "text/css",
href: "https://cloud.typography.com/6138116/7255612/css/fonts.css"
}
],
],
locales: {
"/": {
lang: "en-US"
@ -37,35 +27,38 @@ module.exports = {
key: "ac317234e6a42074175369b2f42e9754",
index: "cosmos-sdk"
},
sidebar: [
{
title: "Using the SDK",
children: [
{
title: "Modules",
directory: true,
path: "/modules"
}
]
},
{
title: "Resources",
children: [
{
title: "Tutorials",
path: "https://tutorials.cosmos.network"
},
{
title: "SDK API Reference",
path: "https://godoc.org/github.com/cosmos/cosmos-sdk"
},
{
title: "REST API Spec",
path: "https://cosmos.network/rpc/"
}
]
}
],
sidebar: {
auto: true,
nav: [
{
title: "Using the SDK",
children: [
{
title: "Modules",
directory: true,
path: "/modules"
}
]
},
{
title: "Resources",
children: [
{
title: "Tutorials",
path: "https://tutorials.cosmos.network"
},
{
title: "SDK API Reference",
path: "https://godoc.org/github.com/cosmos/cosmos-sdk"
},
{
title: "REST API Spec",
path: "https://cosmos.network/rpc/"
}
]
}
]
},
gutter: {
title: "Help & Support",
editLink: true,
@ -88,7 +81,9 @@ module.exports = {
}
},
footer: {
questionsText: "Chat with Cosmos developers on [Discord](https://discord.gg/W8trcGV) or reach out on the [SDK Developer Forum](https://forum.cosmos.network/) to learn more.",
question: {
text: "Chat with Cosmos 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'>SDK Developer Forum</a> to learn more."
},
logo: "/logo-bw.svg",
textLink: {
text: "cosmos.network",
@ -128,15 +123,15 @@ module.exports = {
children: [
{
title: "Cosmos SDK",
url: "https://cosmos.network/docs"
url: "https://docs.cosmos.network"
},
{
title: "Cosmos Hub",
url: "https://hub.cosmos.network/"
url: "https://hub.cosmos.network"
},
{
title: "Tendermint Core",
url: "https://docs.tendermint.com/"
url: "https://docs.tendermint.com"
}
]
},
@ -145,15 +140,15 @@ module.exports = {
children: [
{
title: "Cosmos blog",
url: "https://blog.cosmos.network/"
url: "https://blog.cosmos.network"
},
{
title: "Forum",
url: "https://forum.cosmos.network/"
url: "https://forum.cosmos.network"
},
{
title: "Chat",
url: "https://riot.im/app/#/room/#cosmos-sdk:matrix.org"
url: "https://discord.gg/W8trcGV"
}
]
},

View File

@ -1,3 +1,3 @@
:root
--accent-color #5064fb
--background #161931
--color-primary #5064fb
--color-link #5064fb

View File

@ -2,21 +2,6 @@
layout: homepage
title: Cosmos SDK Documentation
description: Cosmos SDK is the worlds most popular framework for building application-specific blockchains.
features:
- cta: Read
title: Introduction to Cosmos SDK
desc: Learn about all the parts of the Cosmos SDK.
label: 5 min
url: /intro/overview.html
image: spaceship
- cta: Learn
title: SDK Tutorials
desc: Build a complete blockchain application from scratch.
label: 30-40 min
special: dark
h3: View tutorials
url: https://tutorials.cosmos.network/
image: window
sections:
- title: Introduction
desc: High-level overview of the Cosmos SDK.

1674
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"vuepress-theme-cosmos": "^1.0.166"
"vuepress-theme-cosmos": "^1.0.168"
}
}