Skip to content

Commit

Permalink
docs: Add v0.45.x to docs versions (backport cosmos#11613) (cosmos#11623
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mergify[bot] authored and Eengineer1 committed Aug 26, 2022
1 parent 5fc6c16 commit ccc85da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
43 changes: 24 additions & 19 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ module.exports = {
"/": {
lang: "en-US"
},
kr: {
lang: "kr"
},
cn: {
lang: "cn"
},
ru: {
lang: "ru"
}
},
base: process.env.VUEPRESS_BASE || "/",
head: [
Expand All @@ -20,7 +29,6 @@ module.exports = {
themeConfig: {
repo: "cosmos/cosmos-sdk",
docsRepo: "cosmos/cosmos-sdk",
docsBranch: "main",
docsDir: "docs",
editLinks: true,
label: "sdk",
Expand All @@ -39,18 +47,14 @@ module.exports = {
"key": "v0.45"
},
{
"label": "v0.46",
"key": "v0.46"
},
{
"label": "main",
"key": "main"
"label": "master",
"key": "master"
}
],
topbar: {
banner: false
banner: true
},
sidebar: {
sidebar: {
auto: true,
nav: [
{
Expand All @@ -72,7 +76,7 @@ module.exports = {
},
{
title: "SDK API Reference",
path: "https://pkg.go.dev/github.com/cosmos/cosmos-sdk"
path: "https://godoc.org/github.com/cosmos/cosmos-sdk"
},
{
title: "REST API Spec",
Expand Down Expand Up @@ -105,7 +109,7 @@ module.exports = {
},
footer: {
question: {
text: "Chat with Cosmos developers in <a href='https://discord.gg/cosmosnetwork' 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."
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: {
Expand Down Expand Up @@ -138,23 +142,24 @@ module.exports = {
url: "https://www.youtube.com/c/CosmosProject"
}
],
smallprint: "The development of the Cosmos SDK is led primarily by [Interchain Core Teams](https://interchain.io/ecosystem). Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit.",
smallprint:
"This website is maintained by Tendermint Inc. The contents and opinions of this website are those of Tendermint Inc.",
links: [
{
title: "Documentation",
children: [
{
title: "Cosmos SDK",
url: "https://docs.cosmos.network"
},
{
title: "Cosmos Hub",
url: "https://hub.cosmos.network"
},
{
title: "Tendermint Core",
url: "https://docs.tendermint.com"
},
{
title: "IBC-Go",
url: "https://ibc.cosmos.network"
},
}
]
},
{
Expand All @@ -170,7 +175,7 @@ module.exports = {
},
{
title: "Chat",
url: "https://discord.gg/cosmosnetwork"
url: "https://discord.gg/W8trcGV"
}
]
},
Expand All @@ -180,7 +185,7 @@ module.exports = {
{
title: "Contributing to the docs",
url:
"https://github.com/cosmos/cosmos-sdk/blob/main/docs/DOCS_README.md"
"https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOCS_README.md"
},
{
title: "Source code on GitHub",
Expand Down
4 changes: 1 addition & 3 deletions docs/versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
master master
release/v0.44.x v0.44
release/v0.45.x v0.45
main master
main main
release/v0.46.x v0.46

0 comments on commit ccc85da

Please sign in to comment.