Skip to content

Commit 08dcb4c

Browse files
authored
docs: update displayed doc pages (#3188)
* docs: update shown pages * docs: update index * update versions with v18.0.0-docs * update versions with v18.0.0-docs * update versions with v18.0.0-docs * update versions * update docs main banners * chore: use v17.3.0-docs to rm banners * chore: use v17.3.0-docs to rm banners
1 parent 36b1331 commit 08dcb4c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

docs/docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ sidebar_position: 1
55
---
66

77
:::tip
8-
### **v17 Upgrade**
9-
Cosmos Hub will be upgraded to [v17.1.0](https://github.com/cosmos/gaia/releases/tag/v17.1.0) at block height: **[20,739,800](https://www.mintscan.io/cosmos/blocks/20739800)**
8+
### **Gaia v18 Upgrade**
9+
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).
1010

11-
To upgrade from v16.0.0 check the [**upgrade guide**](https://github.com/cosmos/gaia/blob/release/v17.1.x/UPGRADING.md)
11+
To upgrade from v17.3.0 check the [upgrade guide](https://github.com/cosmos/gaia/blob/v18.0.0/UPGRADING.md).
1212
:::
1313

1414
![Welcome to the Cosmos Hub](images/cosmos-hub-image.jpg)

docs/docusaurus.config.js

+9-4
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,21 @@ const config = {
5353
docs: {
5454
routeBasePath: "/",
5555
sidebarPath: require.resolve("./sidebars.js"),
56-
lastVersion: "v17.1.0",
56+
lastVersion: "v17.3.0-docs",
5757
versions: {
5858
current: {
5959
path: "main",
6060
label: "Unreleased (main)",
6161
banner: "unreleased",
6262
},
63-
"v17.1.0": {
64-
path: "v17.1.0",
65-
label: "On chain (v17.1.0)",
63+
"v17.3.0-docs": {
64+
path: "v17.3.0-docs",
65+
label: "On chain (v17.3.0)",
66+
banner: "none",
67+
},
68+
"v18.0.0-docs": {
69+
path: "v18.0.0-docs",
70+
label: "Pre-release (v18.0.0)",
6671
banner: "none",
6772
},
6873
},

docs/versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[
2-
"v17.1.0"
2+
"v17.3.0-docs",
3+
"v18.0.0-docs"
34
]

0 commit comments

Comments
 (0)