From 2d9f5230014b941be908f6a8d348846cd18e6aef Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Aug 2023 14:13:39 +0200 Subject: [PATCH 1/5] Update docusaurus.config.js --- docusaurus.config.js | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 418c7722a..e215bb4cf 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -99,17 +99,24 @@ 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", + }, + ], }, ], }, footer: { links: [ { - items: [ - { - html: `Cosmos Logo`, - }, - ], }, { title: "Documentation", From 89ba446ce650287eb294a374673e12a1ef6b4b48 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Aug 2023 15:15:02 +0200 Subject: [PATCH 2/5] update img --- docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index e215bb4cf..2c139c31a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -117,6 +117,11 @@ const config = { footer: { links: [ { + items: [ + { + html: `Cosmos Logo`, + }, + ], }, { title: "Documentation", From a3a511829238c4efd69626d2a2a75466ed2e913a Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Aug 2023 15:20:28 +0200 Subject: [PATCH 3/5] additions to homepage --- src/components/HomepageFeatures/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. ), }, From c63777925a805e1557d908496d058887e177476b Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Aug 2023 15:39:46 +0200 Subject: [PATCH 4/5] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2c139c31a..673a05244 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -119,7 +119,7 @@ const config = { { items: [ { - html: `Cosmos Logo`, + html: `Cosmos Logo`, }, ], }, From cdf11a5d48439170579ff3212415024c2832966a Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Aug 2023 15:51:30 +0200 Subject: [PATCH 5/5] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 673a05244..09180ed5f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -119,7 +119,7 @@ const config = { { items: [ { - html: `Cosmos Logo`, + html: `Cosmos Logo`, }, ], },