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 62446c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
File renamed without changes.
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 upgrade
},
],
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 62446c7

Please sign in to comment.