Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ description: Look up Base documentation with a compact directory-grouped index b
- [Base Chain](./base-chain/llms.txt) — Start here for Base Chain docs, including concepts, network reference, node operation, APIs, and protocol specifications.
- [Get Started](./get-started/llms.txt)
- [Ledgers](./ledgers/llms.txt) — An introduction to Base Ledgers, the enterprise way to run confidential payments that settle on Base.
- [Static](./static/llms.txt)

## Tools available for AI assistants

Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/docs-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const CONSTANTS = {

skipDirs: [
'node_modules', '.git', 'dist', 'build', 'coverage',
'.next', 'images', 'videos', 'logo', 'openapi', '.claude', 'snippets'
'.next', 'images', 'videos', 'logo', 'openapi', '.claude', 'snippets', 'static'
],

extensions: ['.md', '.mdx'],
Expand Down