From 420d8a7047a1199c32653550222530179e583114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Bekta=C5=9F?= Date: Wed, 12 Aug 2026 19:06:14 +0300 Subject: [PATCH] fix generated AGENTS static section link --- docs/AGENTS.md | 1 - scripts/lib/docs-utils.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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'],