Skip to content

Commit

Permalink
docs/node: Add 23.0 upgrade's name
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Nov 8, 2023
1 parent 9defa6f commit 7596b32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# E* Upgrade
# Eden Upgrade

:::info

Expand All @@ -12,19 +12,19 @@ planned.

:::

This document provides an overview of the changes for the E* Mainnet
This document provides an overview of the changes for the Eden Mainnet
upgrade.

:::caution

The E* upgrade on Mainnet is scheduled at epoch TBD which will happen
The Eden upgrade on Mainnet is scheduled at epoch TBD which will happen
around TBD.

:::

## Major Features

All features for the E* upgrade are implemented as part of
All features for the Eden upgrade are implemented as part of
**Oasis Core 23.0.x** release series which is a consensus protocol-breaking
release.

Expand Down
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ const redirectsOptions = {
to: '/node/mainnet/previous-upgrades/damask-upgrade',
from: '/node/mainnet/damask-upgrade' // #572 Move Damask Upgrade docs
},
{
to: '/node/mainnet/eden-upgrade',
from: '/node/mainnet/e-upgrade' // #600 Add 23.0 upgrade's name
},
],
createRedirects(existingPath) {
// #119 Add /oasis-core/adr/* -> /adrs/* redirection
Expand Down
2 changes: 1 addition & 1 deletion sidebarNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const sidebars = {
id: 'node/mainnet/README',
},
items: [
'node/mainnet/e-upgrade',
'node/mainnet/eden-upgrade',
{
type: 'category',
label: 'Previous Upgrades',
Expand Down

0 comments on commit 7596b32

Please sign in to comment.