mintlify broken-links reports auto-generated /llms.txt and /llms-full.txt as broken #5484
Replies: 1 comment
-
|
This looks like a valid false positive. The docs say Mintlify automatically hosts both Until the CLI special-cases these generated files or adds an allowlist, the least invasive CI workaround is to avoid root-relative internal links to those generated files in MDX. For example, link to the deployed absolute URL instead if you are not running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
mintlify broken-links reports /llms.txt and /llms-full.txt as broken, but
Mintlify itself auto-generates and serves these at the site root.
To reproduce: add llms.txt to any page, run
mintlify broken-links:Both URLs return 200 on the deployed site, so this is a false positive that fails CI.
Request: either treat these two paths as known-valid, or add an ignore/allowlist option so paths outside the MDX routing tree can be whitelisted.
Current version:
npm package:
mintlify@4.2.525npx mintlify versionBeta Was this translation helpful? Give feedback.
All reactions