From 30221722a07e23e49bcd6d6861052bc14ca992df Mon Sep 17 00:00:00 2001 From: MSalopek Date: Fri, 19 Jul 2024 18:08:42 +0200 Subject: [PATCH 1/3] docs: add v19, deprecate v17 docs --- docs/docusaurus.config.js | 14 +++++++------- docs/versions.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 68805f91835..5ad45d9e0b7 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -53,21 +53,21 @@ const config = { docs: { routeBasePath: "/", sidebarPath: require.resolve("./sidebars.js"), - lastVersion: "v17.3.0-docs", + lastVersion: "v18.1.0", versions: { current: { path: "main", label: "Unreleased (main)", banner: "unreleased", }, - "v17.3.0-docs": { - path: "v17.3.0-docs", - label: "On chain (v17.3.0)", + "v18.1.0": { + path: "v18.1.0", + label: "On chain (v18.1.0)", banner: "none", }, - "v18.0.0-docs": { - path: "v18.0.0-docs", - label: "Pre-release (v18.0.0)", + "v19.0.0": { + path: "v19.0.0-rc0", + label: "Pre-release (v19.0.0)", banner: "none", }, }, diff --git a/docs/versions.json b/docs/versions.json index 45bbaa018ec..a996565df96 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,4 +1,4 @@ [ - "v17.3.0-docs", - "v18.0.0-docs" + "v18.1.0", + "v19.0.0-rc0" ] \ No newline at end of file From cea20d664003f2a59b0c4e46bcbca59422cd7cfc Mon Sep 17 00:00:00 2001 From: MSalopek Date: Tue, 23 Jul 2024 09:59:37 +0200 Subject: [PATCH 2/3] docs: update config --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 5ad45d9e0b7..3c4ff47f02a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -65,7 +65,7 @@ const config = { label: "On chain (v18.1.0)", banner: "none", }, - "v19.0.0": { + "v19.0.0-rc0": { path: "v19.0.0-rc0", label: "Pre-release (v19.0.0)", banner: "none", From 9fe1134aaca0513f710a6acecca200b477664e3c Mon Sep 17 00:00:00 2001 From: MSalopek Date: Tue, 23 Jul 2024 10:01:54 +0200 Subject: [PATCH 3/3] update banner --- docs/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index cf465bc239b..23d4c6454b6 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -6,9 +6,9 @@ sidebar_position: 1 :::tip ### **Gaia v18 Upgrade** -Cosmos Hub will be upgraded to [v18.0.0](https://github.com/cosmos/gaia/releases/tag/v18.0.0) at block height: [21,330,500](https://www.mintscan.io/cosmos/block/21330500). +Cosmos Hub will be upgraded to [v18.1.0](https://github.com/cosmos/gaia/releases/tag/v18.1.0) at block height: [21,330,500](https://www.mintscan.io/cosmos/block/21330500). -To upgrade from v17.3.0 check the [upgrade guide](https://github.com/cosmos/gaia/blob/v18.0.0/UPGRADING.md). +To upgrade from v17.3.0 check the [upgrade guide](https://github.com/cosmos/gaia/blob/v18.1.0/UPGRADING.md). ::: ![Welcome to the Cosmos Hub](images/cosmos-hub-image.jpg)