diff --git a/docs/AGENTS.md b/docs/AGENTS.md index e4c635ced..cc47c6ae6 100644 --- a/docs/AGENTS.md +++ b/docs/AGENTS.md @@ -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 diff --git a/scripts/lib/docs-utils.js b/scripts/lib/docs-utils.js index 81451eda7..1c9342ee8 100644 --- a/scripts/lib/docs-utils.js +++ b/scripts/lib/docs-utils.js @@ -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'],