You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(llm): honor llm:false on markdown routes and share the public .md url (#107)
The llms.mdx route served pages that opt out of LLM surfaces with
llm: false frontmatter (changelog entries, cookbook author pages) at
.md and content-negotiated URLs. It now 404s them via
shouldIncludeLLMPage, matching llms-full.txt and the llms.txt
generator.
The LLM share hook returned the internal /llms.mdx rewrite target.
It now returns the public convention: the page path with a .md
suffix, with the docs root pointing at /llms.txt since the landing
page has no markdown source.
0 commit comments