Skip to content

Commit 4649d1b

Browse files
committed
added call out for existing mini apps as well
1 parent 8c5ad4a commit 4649d1b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/mini-apps/quickstart/existing-apps/install.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: Add MiniKit to an existing Next.js app
55

66
Install MiniKit (part of OnchainKit) into your existing Next.js App Router project.
77

8+
<Tip>
9+
These docs are LLM‑friendly for AI development tools. **Copy individual pages** as markdown from the dropdown menu above, or **reference the complete docs** at [llms.txt](https://docs.base.org/mini-apps/llms-full.txt) for comprehensive Mini App knowledge in your AI assistant.
10+
</Tip>
11+
812
## Prerequisites
913

1014
<AccordionGroup>

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ A mini app is a lightweight web app that runs directly inside Farcaster clients
99

1010
This guide gets you from zero to a running Mini App using the MiniKit template.
1111

12+
<Tip>
13+
These docs are LLM‑friendly for AI development tools. **Copy individual pages** as markdown from the dropdown menu above, or **reference the complete docs** at [llms.txt](https://docs.base.org/mini-apps/llms-full.txt) for comprehensive Mini App knowledge in your AI assistant.
14+
</Tip>
15+
1216
## Prerequisites
1317

1418
1. Farcaster account (for testing and manifest signing)
@@ -25,9 +29,7 @@ npx create-onchain --mini
2529

2630
You’ll be prompted for a CDP Client API key. You can generate one in the Coinbase Developer Platform.
2731

28-
<Tip>
29-
These docs are LLM‑friendly for AI development tools. **Copy individual pages** as markdown from the dropdown menu above, or **reference the complete docs** at [llms.txt](https://docs.base.org/mini-apps/llms-full.txt) for comprehensive Mini App knowledge in your AI assistant.
30-
</Tip>
32+
3133
</Step>
3234

3335
<Step title="Skip manifest setup for now">

0 commit comments

Comments
 (0)