Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleting sdk page #1091

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pages/builders/chain-operators/tutorials/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"create-l2-rollup": "Creating your own rollup testnet",
"sdk": "Using the Optimism SDK",
"adding-derivation-attributes": "Adding attributes to the derivation function",
"adding-precompiles": "Adding a precompile",
"modifying-predeploys": "Modifying predeployed contracts",
Expand Down
159 changes: 0 additions & 159 deletions pages/builders/chain-operators/tutorials/sdk.mdx

This file was deleted.

3 changes: 2 additions & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@
/stack/interop/superchain-erc20 /stack/interop/assets/superchain-erc20
/stack/interop/superchain-weth /stack/interop/assets/superchain-weth
/stack/interop/transfer-superchainERC20 /stack/interop/assets/transfer-superchainERC20
/builders/app-developers/contracts/superchain-erc20 /stack/interop/assets/superchain-erc20
/builders/app-developers/contracts/superchain-erc20 /stack/interop/assets/superchain-erc20
/builders/chain-operators/tutorials/sdk /builders/app-developers/overview
Loading