-
docs(nx-dev): support .md URLs and llms.txt for AI agents (#33958)
发布于
2025-12-19 20:00:07 +00:00 This PR allows
.mdto be append to any docs URL to return raw markdown
content. Also adds/llms.txtthat links to each markdown URL in the
docs site.This allows AI agents to read content without having to parse HTML,
saving tokens.Preview of
llms.txt:
https://deploy-preview-33958--nx-docs.netlify.app/docs/llms.txt
Preview of page markdown content:
https://deploy-preview-33958--nx-docs.netlify.app/docs/concepts/buildable-and-publishable-libraries.mdCloses DOC-368
下载附件