diff --git a/pages/builders/chain-operators/features/_meta.json b/pages/builders/chain-operators/features/_meta.json index b7df45618..f4ee4b0a4 100644 --- a/pages/builders/chain-operators/features/_meta.json +++ b/pages/builders/chain-operators/features/_meta.json @@ -1,3 +1,4 @@ { - "preinstalls": "Preinstalls" + "preinstalls": "Preinstalls", + "custom-gas-token": "Run a Custom Gas Token Chain" } \ No newline at end of file diff --git a/pages/builders/chain-operators/management/custom-gas-token.mdx b/pages/builders/chain-operators/features/custom-gas-token.mdx similarity index 100% rename from pages/builders/chain-operators/management/custom-gas-token.mdx rename to pages/builders/chain-operators/features/custom-gas-token.mdx diff --git a/pages/builders/chain-operators/management/_meta.json b/pages/builders/chain-operators/management/_meta.json index ec1a79d5a..1b54b76aa 100644 --- a/pages/builders/chain-operators/management/_meta.json +++ b/pages/builders/chain-operators/management/_meta.json @@ -1,7 +1,6 @@ { "blobs": "Using Blobs", "snap-sync": "Using Snap Sync", - "custom-gas-token": "Run a Custom Gas Token Chain", "operations": "Node Operations", "key-management": "Key Management", "troubleshooting": "Troubleshooting", diff --git a/pages/stack/protocol/features/custom-gas-token.mdx b/pages/stack/protocol/features/custom-gas-token.mdx index 415e1cfa9..617f34996 100644 --- a/pages/stack/protocol/features/custom-gas-token.mdx +++ b/pages/stack/protocol/features/custom-gas-token.mdx @@ -68,7 +68,7 @@ The custom token being used must adhere to the following constraints to be able ## Next Steps -* Ready to get started? Read our guide on how to [deploy your custom gas token chain](/builders/chain-operators/management/custom-gas-token). +* Ready to get started? Read our guide on how to [deploy your custom gas token chain](/builders/chain-operators/features/custom-gas-token). * For more info about how the custom gas token feature works under the hood, [check out the specs](https://specs.optimism.io/protocol/granite/custom-gas-token.html). ## FAQs diff --git a/public/_redirects b/public/_redirects index 5f25c7b17..9f2d03506 100644 --- a/public/_redirects +++ b/public/_redirects @@ -78,3 +78,4 @@ /builders/notices/ecotone-changes /stack/transactions/fees#ecotone /stack/protocol/fault-proofs/overview /stack/protocol/fault-proofs/explainer /builders/chain-operators/management/configuration /builders/chain-operators/configuration/overview +/builders/chain-operators/management/custom-gas-token /builders/chain-operators/features/custom-gas-token