Skip to content
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
73 changes: 32 additions & 41 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
},
{
"tab": "Base Chain",
"tab": "Chain",
"groups": [
{
"group": "Quickstart",
Expand Down Expand Up @@ -242,7 +242,7 @@
}
},
{
"tab": "Base Account",
"tab": "Account",
"groups": [
{
"group": "Introduction",
Expand Down Expand Up @@ -478,7 +478,36 @@
}
},
{
"tab": "AI Agents",
"tab": "Apps",
"groups": [
{
"group": "Quickstart",
"pages": [
"apps/quickstart/migrate-to-standard-web-app",
"get-started/build-app"
]
},
{
"group": "Growth",
"pages": ["apps/growth/rewards"]
},
{
"group": "Notifications",
"pages": ["apps/technical-guides/base-notifications"]
},
{
"group": "Builder Codes",
"pages": [
"apps/builder-codes/builder-codes",
"apps/builder-codes/app-developers",
"apps/builder-codes/wallet-developers",
"apps/builder-codes/agent-developers"
]
}
]
},
{
"tab": "Agents",
"groups": [
{
"group": "Overview",
Expand Down Expand Up @@ -543,44 +572,6 @@
]
}
]
},
{
"tab": "Apps",
"groups": [
{
"group": "Quickstart",
"pages": [
"apps/quickstart/migrate-to-standard-web-app",
"get-started/build-app"
]
},
{
"group": "Growth",
"pages": ["apps/growth/rewards"]
},
{
"group": "Notifications",
"pages": ["apps/technical-guides/base-notifications"]
},
{
"group": "Builder Codes",
"pages": [
"apps/builder-codes/builder-codes",
"apps/builder-codes/app-developers",
"apps/builder-codes/wallet-developers",
"apps/builder-codes/agent-developers"
]
}
]
},
{
"tab": "OnchainKit",
"groups": [
{
"group": "Getting Started",
"pages": ["onchainkit/migrate-from-onchainkit"]
}
]
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions docs/get-started/base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ mode: "wide"
### Products

<CardGroup cols={4}>
<Card title="Base Chain" icon="link" href="/base-chain/quickstart/why-base">
<Card title="Chain" icon="link" href="/base-chain/quickstart/why-base">
Network, nodes, and infrastructure
</Card>
<Card title="Base Account" icon="wallet" href="/base-account/overview/what-is-base-account">
<Card title="Account" icon="wallet" href="/base-account/overview/what-is-base-account">
Authentication, payments, Basenames
</Card>
<Card title="AI Agents" icon="robot" href="/ai-agents">
<Card title="Agents" icon="robot" href="/ai-agents">
Build and deploy autonomous onchain agents
</Card>
<Card title="Solana Bridge" icon="bridge" href="/base-chain/quickstart/base-solana-bridge">
Expand Down
Loading