Skip to content
286 changes: 0 additions & 286 deletions docs/cookbook/deploy-a-chain.mdx

This file was deleted.

26 changes: 3 additions & 23 deletions docs/docs.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"theme": "aspen",
"name": "Base Documentation",
"colors": {
"primary": "#578BFA",
"primary": "#0000ff",
"light": "#578BFA",
"dark": "#578BFA"
},
Expand All @@ -28,16 +28,11 @@
"group": "Introduction",
"pages": ["get-started/base"]
},
{
"group": "Browse by",
"pages": ["get-started/products", "get-started/use-cases"]
},
{
"group": "Quickstart",
"pages": [
"get-started/build-app",
"get-started/launch-token",
"get-started/deploy-chain",
"get-started/deploy-smart-contracts"
]
},
Expand Down Expand Up @@ -537,10 +532,6 @@
{
"group": "Components",
"pages": [
{
"group": "Appchain",
"pages": ["onchainkit/latest/components/appchain/bridge"]
},
{
"group": "Buy",
"pages": ["onchainkit/latest/components/buy/buy"]
Expand Down Expand Up @@ -755,8 +746,7 @@
"onchainkit/guides/themes",
"onchainkit/guides/use-basename-in-onchain-app",
"onchainkit/guides/using-ai-powered-ides",
"onchainkit/guides/ai-prompting-guide",
"onchainkit/guides/testing-with-onchaintestkit"
"onchainkit/guides/ai-prompting-guide"
]
},
{
Expand All @@ -770,10 +760,6 @@
{
"group": "Components",
"pages": [
{
"group": "Appchain",
"pages": ["onchainkit/appchain/bridge"]
},
{
"group": "Buy",
"pages": ["onchainkit/buy/buy"]
Expand Down Expand Up @@ -944,7 +930,6 @@
"group": "Types",
"pages": [
"onchainkit/api/types",
"onchainkit/appchain/types",
"onchainkit/checkout/types",
"onchainkit/config/types",
"onchainkit/earn/types",
Expand Down Expand Up @@ -999,7 +984,6 @@
"cookbook/spend-permissions-ai-agent",
"cookbook/launch-ai-agents",
"cookbook/launch-tokens",
"cookbook/deploy-a-chain",
"cookbook/onchain-social",
"cookbook/defi-your-app",
"cookbook/go-gasless",
Expand Down Expand Up @@ -1612,10 +1596,6 @@
"source": "/builderkits/onchainkit/:slug*",
"destination": "/onchainkit/:slug*"
},
{
"source": "/builderkits/onchainkit/appchain/bridge",
"destination": "/onchainkit/appchain/bridge"
},
{
"source": "/builderkits/onchainkit/buy/buy",
"destination": "/onchainkit/buy/buy"
Expand Down
Loading