From f7d7276fe00cc7a709e8fdbe44f94deddaa45712 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Thu, 22 Aug 2024 19:24:40 +0200 Subject: [PATCH] docs: bump docs versioning to v19.1.0 (#3290) * docs: add v19, deprecate v18 docs * docs: tag v19.1.0 as latest * docs: update main banner --- docs/docs/index.md | 6 +++--- docs/docusaurus.config.js | 13 ++++--------- docs/versions.json | 3 +-- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 23d4c6454b6..06b421db7cf 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -5,10 +5,10 @@ sidebar_position: 1 --- :::tip -### **Gaia v18 Upgrade** -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). +### **Gaia v19 Upgrade** +Cosmos Hub upgraded to [v19.1.0](https://github.com/cosmos/gaia/releases/tag/v19.1.0) at block height: [21,835,200](https://www.mintscan.io/cosmos/block/21835200). -To upgrade from v17.3.0 check the [upgrade guide](https://github.com/cosmos/gaia/blob/v18.1.0/UPGRADING.md). +To upgrade from v18.1.0 check the [upgrade guide](https://github.com/cosmos/gaia/blob/v19.1.0/UPGRADING.md). ::: ![Welcome to the Cosmos Hub](images/cosmos-hub-image.jpg) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2f0384182f7..7aa327f3ba7 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -53,21 +53,16 @@ const config = { docs: { routeBasePath: "/", sidebarPath: require.resolve("./sidebars.js"), - lastVersion: "v18.1.0", + lastVersion: "v19.1.0", versions: { current: { path: "main", label: "Unreleased (main)", banner: "unreleased", }, - "v18.1.0": { - path: "v18.1.0", - label: "On chain (v18.1.0)", - banner: "none", - }, - "v19.0.0-rc0": { - path: "v19.0.0-rc0", - label: "Pre-release (v19.0.0)", + "v19.1.0": { + path: "v19.1.0", + label: "On chain (v19.1.0)", banner: "none", }, }, diff --git a/docs/versions.json b/docs/versions.json index a996565df96..644945958f0 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,4 +1,3 @@ [ - "v18.1.0", - "v19.0.0-rc0" + "v19.1.0" ] \ No newline at end of file