Skip to content

Commit d065b90

Browse files
committed
Update llms summaries for Base Account and Cookbook
Adds Advanced Authentication guide and Cross-Chain Apps guide to llms.txt and llms-full.txt to reflect new docs added in PR #408.
1 parent 88bd06c commit d065b90

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/base-account/llms-full.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const { status } = await getPaymentStatus({ id })
3232

3333
### Guides
3434
- [Authenticate Users](https://docs.base.org/base-account/guides/authenticate-users.md) — SIWE + ERC‑6492
35+
- [Advanced Authentication Patterns](https://docs.base.org/base-account/guides/advanced-authentication.md) — MFA, TOTP, sessions, cross‑device sync
3536
- [Accept Payments](https://docs.base.org/base-account/guides/accept-payments.md) — Base Pay
3637
- [Batch Transactions](https://docs.base.org/base-account/improve-ux/batch-transactions.md) — Multi‑call
3738
- [Paymasters](https://docs.base.org/base-account/improve-ux/sponsor-gas/paymasters.md) — Sponsor gas

docs/base-account/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
## Guides
1515
- [Authenticate Users](https://docs.base.org/base-account/guides/authenticate-users.md) — SIWE with ERC‑6492 signatures
16+
- [Advanced Authentication Patterns](https://docs.base.org/base-account/guides/advanced-authentication.md) — MFA, TOTP, sessions, cross‑device sync
1617
- [Accept Payments](https://docs.base.org/base-account/guides/accept-payments.md) — One‑tap USDC payments with Base Pay
1718

1819
## Framework Integrations

docs/cookbook/llms-full.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
### Use Cases
1515
- [Onboard Any User](https://docs.base.org/cookbook/onboard-any-user.md) — UX patterns to remove friction
1616
- [Accept Crypto Payments](https://docs.base.org/cookbook/accept-crypto-payments.md) — Payments flows
17+
- [Build Cross-Chain Apps](https://docs.base.org/cookbook/build-cross-chain-apps.md) — Hub-and-spoke, bridges, cross-chain messaging, unified UX
1718
- [Launch AI Agents](https://docs.base.org/cookbook/launch-ai-agents.md) — Agent patterns and tooling
1819
- [Launch Tokens](https://docs.base.org/cookbook/launch-tokens.md) — Responsible token launch
1920
- [Deploy a Chain](https://docs.base.org/cookbook/deploy-a-chain.md) — OP Stack deployment

docs/cookbook/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Use Cases
88
- [Onboard Any User](https://docs.base.org/cookbook/onboard-any-user.md) — Reduce friction and improve conversion
99
- [Accept Crypto Payments](https://docs.base.org/cookbook/accept-crypto-payments.md) — Add payments flows
10+
- [Build Cross-Chain Apps](https://docs.base.org/cookbook/build-cross-chain-apps.md) — Architecture, bridges, messaging, UX patterns
1011
- [Launch AI Agents](https://docs.base.org/cookbook/launch-ai-agents.md) — Ship messaging agents
1112
- [Launch Tokens](https://docs.base.org/cookbook/launch-tokens.md) — Responsible token launch patterns
1213
- [Deploy a Chain](https://docs.base.org/cookbook/deploy-a-chain.md) — OP Stack deployment guide

0 commit comments

Comments
 (0)