Skip to content

Commit

Permalink
add redirect for rosetta page
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 committed Sep 13, 2024
1 parent 31bc55c commit d3e9ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/utils/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ const redirects = `
/docs/current/developer-docs/backend/rust/infrastructure /docs/current/developer-docs/backend/rust/
/docs/current/developer-docs/smart-contracts/deploy/larger-wasm /docs/current/developer-docs/smart-contracts/install
/docs/current/developer-docs/smart-contracts/deploy/sharing /docs/current/developer-docs/smart-contracts/deploy/overview
/docs/current/developer-docs/integrations/rosetta/staking-support /docs/current/developer-docs/defi/rosetta/icp_rosetta/construction_api/staking/
`
.split(/[\r\n]+/)
.map((line) => line.trim().replace(/^#.*$/, "").trim())
Expand Down

0 comments on commit d3e9ffe

Please sign in to comment.