Skip to content

Commit

Permalink
Move Damask Upgrade docs under Previous Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Oct 12, 2023
1 parent 56e6f69 commit 37747d3
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 @@ -208,6 +208,10 @@ const redirectsOptions = {
to: '/paratime/',
from: '/oasis-sdk/runtime/getting-started' // #200 Restructure docs
},
{
to: '/node/mainnet/previous-upgrades/damask-upgrade',
from: '/node/mainnet/damask-upgrade' // #XXX Move Damask Upgrade docs
},
],
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 @@ -18,7 +18,6 @@ const sidebars = {
},
items: [
'node/mainnet/e-upgrade',
'node/mainnet/damask-upgrade',
{
type: 'category',
label: 'Previous Upgrades',
Expand All @@ -28,6 +27,7 @@ const sidebars = {
slug: 'node/mainnet/previous-upgrades',
},
items: [
'node/mainnet/previous-upgrades/damask-upgrade',
'node/mainnet/previous-upgrades/cobalt-upgrade',
'node/mainnet/previous-upgrades/mainnet-upgrade',
],
Expand Down

0 comments on commit 37747d3

Please sign in to comment.