Skip to content

Commit d79004c

Browse files
authored
added templates (#682)
* added templates * added templates to sidebar * added templates to sidebar
1 parent dbde367 commit d79004c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@
448448
"mini-apps/quickstart/migrate-existing-apps",
449449
"mini-apps/quickstart/create-new-miniapp",
450450
"mini-apps/quickstart/build-checklist",
451-
"mini-apps/quickstart/building-for-the-base-app"
451+
"mini-apps/quickstart/building-for-the-base-app",
452+
"mini-apps/quickstart/template"
452453
]
453454
},
454455
{

docs/mini-apps/quickstart/create-new-miniapp.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,10 @@ Push all changes to the `main` branch. Vercel will automatically deploy the chan
140140
/>
141141
</Step>
142142
</Steps>
143+
144+
## Next Steps
145+
Explore the templates and resources available to help you build your mini app.
146+
147+
<CardGroup cols={2}>
148+
<Card title="Templates" icon="users" href="/mini-apps/resources/templates" />
149+
</CardGroup>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Mini App Templates"
3+
url: "https://github.com/base/demos/tree/master/mini-apps/templates/farcaster-sdk/mini-app-full-demo"
4+
tag: "NEW"
5+
---

0 commit comments

Comments
 (0)