Skip to content

Commit bc99a22

Browse files
authored
Pat/sidenav checklist (#338)
* update link to route users directly to preview tool * remove feature tour section * add Base Build to launch checklist * add redirects to Featured section
1 parent 44b89e2 commit bc99a22

4 files changed

Lines changed: 13 additions & 88 deletions

File tree

docs/docs.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,7 @@
432432
"pages": [
433433
"mini-apps/quickstart/new-apps/install",
434434
"mini-apps/quickstart/new-apps/deploy",
435-
"mini-apps/quickstart/new-apps/create-manifest",
436-
"mini-apps/quickstart/new-apps/features"
435+
"mini-apps/quickstart/new-apps/create-manifest"
437436
]
438437
},
439438
{
@@ -2484,6 +2483,10 @@
24842483
{
24852484
"source": "/base-app/build-with-minikit/debugging",
24862485
"destination": "/mini-apps/troubleshooting/common-issues"
2486+
},
2487+
{
2488+
"source": "/mini-apps/quickstart/new-apps/features",
2489+
"destination": "/mini-apps/features/overview"
24872490
}
24882491
],
24892492
"integrations": {

docs/mini-apps/quickstart/existing-apps/create-manifest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function GET() {
5454

5555
## Testing using Preview Tool
5656

57-
Use [Base Build's Preview tool](https://base.dev) to validate your manifest and test how your app appears in the Base app.
57+
Use Base Build's [Preview tool](https://base.dev/preview) to validate your manifest and test how your app appears in the Base app.
5858

5959
The tool provides instant feedback with ✅ green checks when everything is set up correctly and ❌ red indicators when something needs attention.
6060

docs/mini-apps/quickstart/launch-checklist.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ description: High-level checklist and rationale for what to implement next, with
55

66
This checklist introduces the key concepts that make Mini Apps succeed. Each section leads with the value, then points you to a focused feature guide. No code here—follow the links to implement.
77

8+
## Register for Base Build
9+
10+
Base Build unlocks Builder Rewards, boosts your chances of being featured, provides growth insights, and gives you a Preview tool to test and debug your app.
11+
12+
<Card title="Register for Base Build" icon="chart-simple" href="https://base.dev" />
13+
14+
815
## Authentication
916

1017
Authenticate when it unlocks value, not before. Fast, optional sign‑in keeps momentum and lets users act the moment onchain interactions are needed.

docs/mini-apps/quickstart/new-apps/features.mdx

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)