Skip to content

Commit

Permalink
Merge branch 'main' into 0.50-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta authored Aug 15, 2023
2 parents 1dbf20b + 88f76d4 commit 80fc70c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ const config = {
type: "docsVersionDropdown",
position: "right",
dropdownActiveClassDisabled: true,
dropdownItemsAfter: [
{
href: "https://docs.cosmos.network/v0.46/",
label: "v0.46",
target: "_self",
},
{
href: "https://docs.cosmos.network/v0.45/",
label: "v0.45",
target: "_self",
},
],
},
],
},
Expand Down
10 changes: 5 additions & 5 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const FeatureList = [
},
{
title: `Join the Community`,
to: "/develop/intro/what-is-sdk",
to: "https://discord.com/invite/cosmosnetwork",
Svg: require('@site/static/img/public-service.svg').default,
description: (
<>
Expand All @@ -60,13 +60,13 @@ const FeatureList = [
),
},
{
title: `Our Vision`,
to: "/develop/intro/what-is-sdk",
title: `Discuss`,
to: "https://github.com/orgs/cosmos/discussions",
Svg: require('@site/static/img/ecosystem.svg').default,
description: (
<>
Learn about the long-term vision of the Cosmos project and how it aims to create an interoperable,
scalable, and sustainable ecosystem of blockchain applications.
Collaborative forum for the community to ask/answer questions, share information, discuss
items and give feedbacks on the teams roadmaps.
</>
),
},
Expand Down

0 comments on commit 80fc70c

Please sign in to comment.