Skip to content

Commit

Permalink
Merge pull request #688 from oasisprotocol/matevz/docs/migrate-precom…
Browse files Browse the repository at this point in the history
…piles-to-sol

docs: Migrate dapp/sapphire/precompiles chapter to api.docs.oasis.io
  • Loading branch information
matevz authored Jan 24, 2024
2 parents 87a5313 + b438b9f commit a9821f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/dapp/sapphire/precompiles.md

This file was deleted.

4 changes: 4 additions & 0 deletions redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ export const redirectsOptions: Options = {
to: '/node/mainnet/eden-upgrade',
from: '/node/mainnet/e-upgrade' // #600 Add 23.0 upgrade's name
},
{
to: 'https://api.docs.oasis.io/sol/sapphire-contracts',
from: '/dapp/sapphire/precompiles' // #688 Migrate dapp/sapphire/precompiles chapter to api.docs.oasis.io
},
],
createRedirects(existingPath) {
// #119 Add /oasis-core/adr/* -> /adrs/* redirection
Expand Down
1 change: 0 additions & 1 deletion sidebarDapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const sidebarDapp: SidebarsConfig = {
'dapp/sapphire/browser',
'dapp/sapphire/authentication',
'dapp/sapphire/gasless',
'dapp/sapphire/precompiles',
'dapp/sapphire/addresses',
'dapp/sapphire/security',
{
Expand Down

0 comments on commit a9821f7

Please sign in to comment.