diff --git a/docs/base-account/llms-full.txt b/docs/base-account/llms-full.txt index f9bc96e4..4e7e5868 100644 --- a/docs/base-account/llms-full.txt +++ b/docs/base-account/llms-full.txt @@ -33,6 +33,7 @@ const { status } = await getPaymentStatus({ id }) ### Guides - [Authenticate Users](https://docs.base.org/base-account/guides/authenticate-users.md) — SIWE + ERC‑6492 - [Accept Payments](https://docs.base.org/base-account/guides/accept-payments.md) — Base Pay +- [Advanced Authentication Patterns](https://docs.base.org/base-account/guides/advanced-authentication.md) — MFA, session management, SAML SSO - [Batch Transactions](https://docs.base.org/base-account/improve-ux/batch-transactions.md) — Multi‑call - [Paymasters](https://docs.base.org/base-account/improve-ux/sponsor-gas/paymasters.md) — Sponsor gas - [ERC‑20 Paymasters](https://docs.base.org/base-account/improve-ux/sponsor-gas/erc20-paymasters.md) — ERC‑20 gas diff --git a/docs/base-account/llms.txt b/docs/base-account/llms.txt index 15409b8f..f4042181 100644 --- a/docs/base-account/llms.txt +++ b/docs/base-account/llms.txt @@ -14,6 +14,7 @@ ## Guides - [Authenticate Users](https://docs.base.org/base-account/guides/authenticate-users.md) — SIWE with ERC‑6492 signatures - [Accept Payments](https://docs.base.org/base-account/guides/accept-payments.md) — One‑tap USDC payments with Base Pay +- [Advanced Authentication Patterns](https://docs.base.org/base-account/guides/advanced-authentication.md) — MFA, sessions, enterprise SSO ## Framework Integrations - [Wagmi: Setup](https://docs.base.org/base-account/framework-integrations/wagmi/setup.md) — Configure connectors and chains diff --git a/docs/cookbook/llms-full.txt b/docs/cookbook/llms-full.txt index b5886f53..356c38c2 100644 --- a/docs/cookbook/llms-full.txt +++ b/docs/cookbook/llms-full.txt @@ -20,6 +20,7 @@ - [Onchain Social](https://docs.base.org/cookbook/onchain-social.md) — Social growth mechanics - [DeFi Your App](https://docs.base.org/cookbook/defi-your-app.md) — Add finance features - [Go Gasless](https://docs.base.org/cookbook/go-gasless.md) — Sponsor gas +- [Build Cross-Chain Applications](https://docs.base.org/cookbook/build-cross-chain-apps.md) — Multi-chain architecture, bridging, messaging - [Base App Coins](https://docs.base.org/cookbook/base-app-coins.md) — Coins in Base App - [Testing Onchain Apps](https://docs.base.org/cookbook/testing-onchain-apps.md) — Testing strategies diff --git a/docs/cookbook/llms.txt b/docs/cookbook/llms.txt index a1d8ea51..129fc849 100644 --- a/docs/cookbook/llms.txt +++ b/docs/cookbook/llms.txt @@ -16,6 +16,8 @@ - [Base App Coins](https://docs.base.org/cookbook/base-app-coins.md) — Coins in Base App - [Testing Onchain Apps](https://docs.base.org/cookbook/testing-onchain-apps.md) — Testing strategies +- [Build Cross-Chain Applications](https://docs.base.org/cookbook/build-cross-chain-apps.md) — Multi-chain architecture, bridging, messaging + ## Build with AI - [AI Prompting](https://docs.base.org/cookbook/ai-prompting.md) — Prompt patterns - [Base Builder MCP](https://docs.base.org/cookbook/base-builder-mcp.md) — Build-on-Base MCP guide