Skip to content

Commit

Permalink
docs: bump docs versioning to v19.1.0 (#3290)
Browse files Browse the repository at this point in the history
* docs: add v19, deprecate v18 docs

* docs: tag v19.1.0 as latest

* docs: update main banner
  • Loading branch information
MSalopek committed Aug 22, 2024
1 parent c60d41f commit f7d7276
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 4 additions & 9 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
Expand Down
3 changes: 1 addition & 2 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[
"v18.1.0",
"v19.0.0-rc0"
"v19.1.0"
]

0 comments on commit f7d7276

Please sign in to comment.