diff --git a/bin/generate-index-md.ts b/bin/generate-index-md.ts index 9723feb9064d6a2..024c24c3f82182e 100644 --- a/bin/generate-index-md.ts +++ b/bin/generate-index-md.ts @@ -14,7 +14,12 @@ import YAML from "yaml"; const files = await glob("dist/**/*.html"); for (const file of files) { - if (file === "dist/index.html" || file === "dist/404.html") { + if ( + file === "dist/index.html" || + file === "dist/404.html" || + file === "dist/llms.txt" || + file.includes("llms-full.txt") + ) { continue; }