Skip to content

Commit 73d2cf3

Browse files
committed
docs(llms): convert relative links to absolute raw .md URLs for AI agents
1 parent b345634 commit 73d2cf3

15 files changed

Lines changed: 348 additions & 348 deletions

File tree

docs/base-account/llms-full.txt

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -23,56 +23,56 @@ const { status } = await getPaymentStatus({ id })
2323
## Navigation (with brief descriptions)
2424

2525
### Introduction
26-
- [What is Base Account?](./overview/what-is-base-account) — Overview
26+
- [What is Base Account?](https://docs.base.org/base-account/overview/what-is-base-account.md) — Overview
2727

2828
### Quickstart
29-
- [Web (Next.js)](./quickstart/web) — Web integration
30-
- [Web (React)](./quickstart/web-react) — React example
31-
- [React Native Integration](./quickstart/mobile-integration) — Mobile
29+
- [Web (Next.js)](https://docs.base.org/base-account/quickstart/web.md) — Web integration
30+
- [Web (React)](https://docs.base.org/base-account/quickstart/web-react.md) — React example
31+
- [React Native Integration](https://docs.base.org/base-account/quickstart/mobile-integration.md) — Mobile
3232

3333
### Guides
34-
- [Authenticate Users](./guides/authenticate-users) — SIWE + ERC‑6492
35-
- [Accept Payments](./guides/accept-payments) — Base Pay
36-
- [Batch Transactions](./improve-ux/batch-transactions) — Multi‑call
37-
- [Paymasters](./improve-ux/sponsor-gas/paymasters) — Sponsor gas
38-
- [ERC‑20 Paymasters](./improve-ux/sponsor-gas/erc20-paymasters) — ERC‑20 gas
39-
- [Spend Permissions](./improve-ux/spend-permissions) — Spending
40-
- [Sub‑Accounts](./improve-ux/sub-accounts) — App‑scoped accounts
41-
- [MagicSpend](./improve-ux/magic-spend) — Coinbase balance spend
42-
- [Sign & Verify Data](./guides/sign-and-verify-typed-data) — Signatures
34+
- [Authenticate Users](https://docs.base.org/base-account/guides/authenticate-users.md) — SIWE + ERC‑6492
35+
- [Accept Payments](https://docs.base.org/base-account/guides/accept-payments.md) — Base Pay
36+
- [Batch Transactions](https://docs.base.org/base-account/improve-ux/batch-transactions.md) — Multi‑call
37+
- [Paymasters](https://docs.base.org/base-account/improve-ux/sponsor-gas/paymasters.md) — Sponsor gas
38+
- [ERC‑20 Paymasters](https://docs.base.org/base-account/improve-ux/sponsor-gas/erc20-paymasters.md) — ERC‑20 gas
39+
- [Spend Permissions](https://docs.base.org/base-account/improve-ux/spend-permissions.md) — Spending
40+
- [Sub‑Accounts](https://docs.base.org/base-account/improve-ux/sub-accounts.md) — App‑scoped accounts
41+
- [MagicSpend](https://docs.base.org/base-account/improve-ux/magic-spend.md) — Coinbase balance spend
42+
- [Sign & Verify Data](https://docs.base.org/base-account/guides/sign-and-verify-typed-data.md) — Signatures
4343

4444
### Framework Integrations
45-
- [Wagmi Setup](./framework-integrations/wagmi/setup) — Wagmi
46-
- [Wagmi Sign in with Base](./framework-integrations/wagmi/sign-in-with-base) — Auth
47-
- [Wagmi Base Pay](./framework-integrations/wagmi/base-pay) — Payments
48-
- [Wagmi Other Use Cases](./framework-integrations/wagmi/other-use-cases) — Patterns
49-
- [Privy Setup](./framework-integrations/privy/setup) — Privy
50-
- [Privy Sub‑Accounts](./framework-integrations/privy/sub-accounts) — Privy sub‑accounts
51-
- [Dynamic](./framework-integrations/nextjs-with-dynamic) — Dynamic integration
45+
- [Wagmi Setup](https://docs.base.org/base-account/framework-integrations/wagmi/setup.md) — Wagmi
46+
- [Wagmi Sign in with Base](https://docs.base.org/base-account/framework-integrations/wagmi/sign-in-with-base.md) — Auth
47+
- [Wagmi Base Pay](https://docs.base.org/base-account/framework-integrations/wagmi/base-pay.md) — Payments
48+
- [Wagmi Other Use Cases](https://docs.base.org/base-account/framework-integrations/wagmi/other-use-cases.md) — Patterns
49+
- [Privy Setup](https://docs.base.org/base-account/framework-integrations/privy/setup.md) — Privy
50+
- [Privy Sub‑Accounts](https://docs.base.org/base-account/framework-integrations/privy/sub-accounts.md) — Privy sub‑accounts
51+
- [Dynamic](https://docs.base.org/base-account/framework-integrations/nextjs-with-dynamic.md) — Dynamic integration
5252

5353
### Reference (selected)
54-
- [SDK: createBaseAccount](./reference/core/createBaseAccount)
55-
- [SDK: getProvider](./reference/core/getProvider)
56-
- [Provider RPC Methods](./reference/core/provider-rpc-methods/request-overview)
57-
- [Capabilities](./reference/core/capabilities/overview)
58-
- [UI Elements](./reference/ui-elements/brand-guidelines)
59-
- [Onchain Contracts](./reference/onchain-contracts/smart-wallet)
54+
- [SDK: createBaseAccount](https://docs.base.org/base-account/reference/core/createBaseAccount.md)
55+
- [SDK: getProvider](https://docs.base.org/base-account/reference/core/getProvider.md)
56+
- [Provider RPC Methods](https://docs.base.org/base-account/reference/core/provider-rpc-methods/request-overview.md)
57+
- [Capabilities](https://docs.base.org/base-account/reference/core/capabilities/overview.md)
58+
- [UI Elements](https://docs.base.org/base-account/reference/ui-elements/brand-guidelines.md)
59+
- [Onchain Contracts](https://docs.base.org/base-account/reference/onchain-contracts/smart-wallet.md)
6060

6161
### More
62-
- [Troubleshooting](./more/troubleshooting/usage-details/popups)
63-
- [Base Gasless Campaign](./more/base-gasless-campaign)
64-
- [Telemetry](./more/telemetry)
65-
- [Migration Guide](./guides/migration-guide)
62+
- [Troubleshooting](https://docs.base.org/base-account/more/troubleshooting/usage-details/popups.md)
63+
- [Base Gasless Campaign](https://docs.base.org/base-account/more/base-gasless-campaign.md)
64+
- [Telemetry](https://docs.base.org/base-account/more/telemetry.md)
65+
- [Migration Guide](https://docs.base.org/base-account/guides/migration-guide.md)
6666

6767
### Basenames
68-
- [FAQ](./basenames/basenames-faq)
69-
- [Transfer](./basenames/basename-transfer)
70-
- [OnchainKit Tutorial](./basenames/basenames-onchainkit-tutorial)
71-
- [Wagmi Tutorial](./basenames/basenames-wagmi-tutorial)
68+
- [FAQ](https://docs.base.org/base-account/basenames/basenames-faq.md)
69+
- [Transfer](https://docs.base.org/base-account/basenames/basename-transfer.md)
70+
- [OnchainKit Tutorial](https://docs.base.org/base-account/basenames/basenames-onchainkit-tutorial.md)
71+
- [Wagmi Tutorial](https://docs.base.org/base-account/basenames/basenames-wagmi-tutorial.md)
7272

7373
### Contribute
74-
- [Contribute](./contribute/contribute-to-base-account-docs)
75-
- [Security + Bug Bounty](./contribute/security-and-bug-bounty)
74+
- [Contribute](https://docs.base.org/base-account/contribute/contribute-to-base-account-docs.md)
75+
- [Security + Bug Bounty](https://docs.base.org/base-account/contribute/security-and-bug-bounty.md)
7676

7777

7878
## Quickstart (excerpts)

docs/base-account/llms.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@
55
> Base Account is a passkey-secured, ERC-4337 smart wallet with one‑tap payments, spend permissions, and sub‑accounts—built for seamless multi‑chain apps.
66

77
## Introduction
8-
- [What is Base Account?](./overview/what-is-base-account) — Core concepts and benefits
8+
- [What is Base Account?](https://docs.base.org/base-account/overview/what-is-base-account.md) — Core concepts and benefits
99

1010
## Quickstart
11-
- [Web (Next.js)](./quickstart/web) — Add Base Account to a web app
12-
- [React Native Integration](./quickstart/mobile-integration) — Mobile setup and flows
11+
- [Web (Next.js)](https://docs.base.org/base-account/quickstart/web.md) — Add Base Account to a web app
12+
- [React Native Integration](https://docs.base.org/base-account/quickstart/mobile-integration.md) — Mobile setup and flows
1313

1414
## Guides
15-
- [Authenticate Users](./guides/authenticate-users) — SIWE with ERC‑6492 signatures
16-
- [Accept Payments](./guides/accept-payments) — One‑tap USDC payments with Base Pay
15+
- [Authenticate Users](https://docs.base.org/base-account/guides/authenticate-users.md) — SIWE with ERC‑6492 signatures
16+
- [Accept Payments](https://docs.base.org/base-account/guides/accept-payments.md) — One‑tap USDC payments with Base Pay
1717

1818
## Framework Integrations
19-
- [Wagmi: Setup](./framework-integrations/wagmi/setup) — Configure connectors and chains
20-
- [Privy: Setup](./framework-integrations/privy/setup) — Authentication + sub‑accounts
19+
- [Wagmi: Setup](https://docs.base.org/base-account/framework-integrations/wagmi/setup.md) — Configure connectors and chains
20+
- [Privy: Setup](https://docs.base.org/base-account/framework-integrations/privy/setup.md) — Authentication + sub‑accounts
2121

2222
## Reference
23-
- [Account SDK: createBaseAccount](./reference/core/createBaseAccount) — Initialize SDK and provider
24-
- [Provider RPC: wallet_sendCalls](./reference/core/provider-rpc-methods/wallet_sendCalls) — Batch and sponsored calls
23+
- [Account SDK: createBaseAccount](https://docs.base.org/base-account/reference/core/createBaseAccount.md) — Initialize SDK and provider
24+
- [Provider RPC: wallet_sendCalls](https://docs.base.org/base-account/reference/core/provider-rpc-methods/wallet_sendCalls.md) — Batch and sponsored calls
2525

2626
## More
27-
- [Troubleshooting: Popups](./more/troubleshooting/usage-details/popups) — Browser settings and flows
28-
- [Troubleshooting: Gas Usage](./more/troubleshooting/usage-details/gas-usage) — Cost breakdown and tips
27+
- [Troubleshooting: Popups](https://docs.base.org/base-account/more/troubleshooting/usage-details/popups.md) — Browser settings and flows
28+
- [Troubleshooting: Gas Usage](https://docs.base.org/base-account/more/troubleshooting/usage-details/gas-usage.md) — Cost breakdown and tips
2929

3030
## Basenames
31-
- [Basenames FAQ](./basenames/basenames-faq) — Naming, transfer, and primary name setup
31+
- [Basenames FAQ](https://docs.base.org/base-account/basenames/basenames-faq.md) — Naming, transfer, and primary name setup
3232

3333
## Contribute
34-
- [Contribute to Docs](./contribute/contribute-to-base-account-docs) — How to propose changes and fixes
34+
- [Contribute to Docs](https://docs.base.org/base-account/contribute/contribute-to-base-account-docs.md) — How to propose changes and fixes
3535

3636
## Optional
37-
- [Base Gasless Campaign](./more/base-gasless-campaign) — Incentives for sponsored gas integrations
38-
- [Telemetry](./more/telemetry) — Anonymous metrics and privacy details
37+
- [Base Gasless Campaign](https://docs.base.org/base-account/more/base-gasless-campaign.md) — Incentives for sponsored gas integrations
38+
- [Telemetry](https://docs.base.org/base-account/more/telemetry.md) — Anonymous metrics and privacy details
3939

4040

docs/base-app/llms-full.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ for await (const msg of await client.conversations.streamAllMessages()) {
3030
## Navigation (with brief descriptions)
3131

3232
### Introduction
33-
- [Beta FAQ](./introduction/beta-faq) — Beta scope, access, smart wallet notes
33+
- [Beta FAQ](https://docs.base.org/base-app/introduction/beta-faq.md) — Beta scope, access, smart wallet notes
3434

3535
### Chat Agents
36-
- [Why Agents](./agents/why-agents) — Rationale and examples
37-
- [Getting Started](./agents/getting-started) — Setup and first agent
38-
- [Content Types](./agents/content-types) — Messaging schemas
39-
- [Transaction Trays](./agents/transaction-trays) — Onchain UX in chat
40-
- [Best Practices](./agents/best-practices) — Implementation guidance
41-
- [Getting Featured](./agents/getting-featured) — Distribution checklist
36+
- [Why Agents](https://docs.base.org/base-app/agents/why-agents.md) — Rationale and examples
37+
- [Getting Started](https://docs.base.org/base-app/agents/getting-started.md) — Setup and first agent
38+
- [Content Types](https://docs.base.org/base-app/agents/content-types.md) — Messaging schemas
39+
- [Transaction Trays](https://docs.base.org/base-app/agents/transaction-trays.md) — Onchain UX in chat
40+
- [Best Practices](https://docs.base.org/base-app/agents/best-practices.md) — Implementation guidance
41+
- [Getting Featured](https://docs.base.org/base-app/agents/getting-featured.md) — Distribution checklist
4242

4343

4444
## Quickstart (excerpts)

docs/base-app/llms.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
> Base App is a social, onchain everything app (formerly Coinbase Wallet) that lets users discover Mini Apps and chat with AI messaging agents, with built-in smart-wallet transactions.
66

77
## Introduction
8-
- [Beta FAQ](./introduction/beta-faq) — Beta overview, smart wallet behavior, and access
8+
- [Beta FAQ](https://docs.base.org/base-app/introduction/beta-faq.md) — Beta overview, smart wallet behavior, and access
99

1010
## Chat Agents
11-
- [Getting Started](./agents/getting-started) — Create, test, and deploy an XMTP agent for Base App
12-
- [Content Types](./agents/content-types) — Message schemas and payload formats for agents
13-
- [Transaction Trays](./agents/transaction-trays) — Surface safe onchain actions in chat
14-
- [Best Practices](./agents/best-practices) — Guidance for robust, user-safe agents
11+
- [Getting Started](https://docs.base.org/base-app/agents/getting-started.md) — Create, test, and deploy an XMTP agent for Base App
12+
- [Content Types](https://docs.base.org/base-app/agents/content-types.md) — Message schemas and payload formats for agents
13+
- [Transaction Trays](https://docs.base.org/base-app/agents/transaction-trays.md) — Surface safe onchain actions in chat
14+
- [Best Practices](https://docs.base.org/base-app/agents/best-practices.md) — Guidance for robust, user-safe agents
1515

1616
## Optional
17-
- [Why Agents](./agents/why-agents) — Rationale and examples for messaging agents
18-
- [Getting Featured](./agents/getting-featured) — How to get listed and discovered in Base App
17+
- [Why Agents](https://docs.base.org/base-app/agents/why-agents.md) — Rationale and examples for messaging agents
18+
- [Getting Featured](https://docs.base.org/base-app/agents/getting-featured.md) — How to get listed and discovered in Base App
1919

2020

docs/base-chain/llms-full.txt

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,48 +16,48 @@
1616
## Navigation (with brief descriptions)
1717

1818
### Quickstart
19-
- [Why Base](./quickstart/why-base) — Platform value prop
20-
- [Deploy on Base](./quickstart/deploy-on-base) — Deploy contracts (Foundry)
21-
- [Connecting to Base](./quickstart/connecting-to-base) — App connectivity
22-
- [Bridge Token](./quickstart/bridge-token) — Transfer assets to Base
19+
- [Why Base](https://docs.base.org/base-chain/quickstart/why-base.md) — Platform value prop
20+
- [Deploy on Base](https://docs.base.org/base-chain/quickstart/deploy-on-base.md) — Deploy contracts (Foundry)
21+
- [Connecting to Base](https://docs.base.org/base-chain/quickstart/connecting-to-base.md) — App connectivity
22+
- [Bridge Token](https://docs.base.org/base-chain/quickstart/bridge-token.md) — Transfer assets to Base
2323

2424
### Network Information
25-
- [Base Contracts](./network-information/base-contracts) — Canonical addresses
26-
- [Network Fees](./network-information/network-fees) — Fee model
27-
- [Ecosystem Contracts](./network-information/ecosystem-contracts) — Third‑party addresses
28-
- [Block Building](./network-information/block-building) — Block production
29-
- [Diffs vs Ethereum](./network-information/diffs-ethereum-base) — Differences from L1
30-
- [Bridges (Mainnet)](./network-information/bridges-mainnet) — Bridges
25+
- [Base Contracts](https://docs.base.org/base-chain/network-information/base-contracts.md) — Canonical addresses
26+
- [Network Fees](https://docs.base.org/base-chain/network-information/network-fees.md) — Fee model
27+
- [Ecosystem Contracts](https://docs.base.org/base-chain/network-information/ecosystem-contracts.md) — Third‑party addresses
28+
- [Block Building](https://docs.base.org/base-chain/network-information/block-building.md) — Block production
29+
- [Diffs vs Ethereum](https://docs.base.org/base-chain/network-information/diffs-ethereum-base.md) — Differences from L1
30+
- [Bridges (Mainnet)](https://docs.base.org/base-chain/network-information/bridges-mainnet.md) — Bridges
3131

3232
### Flashblocks
33-
- [Apps](./flashblocks/apps) — Apps using Flashblocks
34-
- [Node Providers](./flashblocks/node-providers) — Infra providers
35-
- [Docs](./flashblocks/docs) — Documentation
33+
- [Apps](https://docs.base.org/base-chain/flashblocks/apps.md) — Apps using Flashblocks
34+
- [Node Providers](https://docs.base.org/base-chain/flashblocks/node-providers.md) — Infra providers
35+
- [Docs](https://docs.base.org/base-chain/flashblocks/docs.md) — Documentation
3636

3737
### Node Operators
38-
- [Run a Base Node](./node-operators/run-a-base-node) — Node setup
39-
- [Performance Tuning](./node-operators/performance-tuning) — Optimization
40-
- [Snapshots](./node-operators/snapshots) — Snapshot sync
41-
- [Troubleshooting](./node-operators/troubleshooting) — Common fixes
38+
- [Run a Base Node](https://docs.base.org/base-chain/node-operators/run-a-base-node.md) — Node setup
39+
- [Performance Tuning](https://docs.base.org/base-chain/node-operators/performance-tuning.md) — Optimization
40+
- [Snapshots](https://docs.base.org/base-chain/node-operators/snapshots.md) — Snapshot sync
41+
- [Troubleshooting](https://docs.base.org/base-chain/node-operators/troubleshooting.md) — Common fixes
4242

4343
### Tools
44-
- [Base Products](./tools/base-products) — Product listing
45-
- [Onchain Registry API](./tools/onchain-registry-api) — API reference
46-
- [Node Providers](./tools/node-providers) — RPC endpoints
47-
- [Block Explorers](./tools/block-explorers) — Explorers
48-
- [Network Faucets](./tools/network-faucets) — Test ETH
49-
- [Onboarding](./tools/onboarding) — New builder help
50-
- [Data Indexers](./tools/data-indexers) — Indexers
51-
- [Cross Chain](./tools/cross-chain) — Interop
52-
- [Account Abstraction](./tools/account-abstraction) — AA tooling
53-
- [Onramps](./tools/onramps) — Fiat onramps
54-
- [Oracles](./tools/oracles) — Oracle providers
55-
- [Tokens in Wallet](./tools/tokens-in-wallet) — Token inclusion
44+
- [Base Products](https://docs.base.org/base-chain/tools/base-products.md) — Product listing
45+
- [Onchain Registry API](https://docs.base.org/base-chain/tools/onchain-registry-api.md) — API reference
46+
- [Node Providers](https://docs.base.org/base-chain/tools/node-providers.md) — RPC endpoints
47+
- [Block Explorers](https://docs.base.org/base-chain/tools/block-explorers.md) — Explorers
48+
- [Network Faucets](https://docs.base.org/base-chain/tools/network-faucets.md) — Test ETH
49+
- [Onboarding](https://docs.base.org/base-chain/tools/onboarding.md) — New builder help
50+
- [Data Indexers](https://docs.base.org/base-chain/tools/data-indexers.md) — Indexers
51+
- [Cross Chain](https://docs.base.org/base-chain/tools/cross-chain.md) — Interop
52+
- [Account Abstraction](https://docs.base.org/base-chain/tools/account-abstraction.md) — AA tooling
53+
- [Onramps](https://docs.base.org/base-chain/tools/onramps.md) — Fiat onramps
54+
- [Oracles](https://docs.base.org/base-chain/tools/oracles.md) — Oracle providers
55+
- [Tokens in Wallet](https://docs.base.org/base-chain/tools/tokens-in-wallet.md) — Token inclusion
5656

5757
### Security
58-
- [Security Council](./security/security-council) — Security governance
59-
- [Avoid Malicious Flags](./security/avoid-malicious-flags) — App‑blocklist
60-
- [Report a Vulnerability](./security/report-vulnerability) — Reporting
58+
- [Security Council](https://docs.base.org/base-chain/security/security-council.md) — Security governance
59+
- [Avoid Malicious Flags](https://docs.base.org/base-chain/security/avoid-malicious-flags.md) — App‑blocklist
60+
- [Report a Vulnerability](https://docs.base.org/base-chain/security/report-vulnerability.md) — Reporting
6161

6262

6363
## Quickstart (excerpts)

0 commit comments

Comments
 (0)