LLM content visibility tags
New <llms-only> and <llms-ignore> tags let you provide additional context for AI assistants while keeping your documentation site (for human readers) clean and focused.
Use <llms-only> to show content exclusively to AI assistants via LLM endpoints (like /llms.txt) while hiding it from your documentation site:
docs/getting-started.mdx
Use <llms-ignore> to show content only on your documentation site while excluding it from LLM endpoints:
docs/getting-started.mdx
Learn more about controlling content visibility for humans and agents.