diff --git a/docusaurus.config.js b/docusaurus.config.js index 418c7722a..09180ed5f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", + }, + ], }, ], }, diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index e7a59f85a..ce1aa1044 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -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: ( <> @@ -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. ), },