- Site title as an H1 heading
- Sections for each major area (Docs, API References, Guides, Tool Kits, etc)
- Links with descriptions for every page
llms.txt
Open the llms.txt for Jupiter docs
llms-full.txt
llms-full.txt
Open the llms-full.txt for Jupiter docs
llms.txt provides a concise index, llms-full.txt contains the entire documentation site as context — including every description, code example, and parameter detail.
Use llms-full.txt when:
- Your AI tool needs complete, granular context for deep indexing
- You’re building custom RAG pipelines over Jupiter docs
- You want every code example available for reference
Markdown Export
Any documentation page can be accessed as raw markdown, making it easy for AI agents to consume individual pages programmatically. Method 1: Append.md to the URL
Accept header
text/markdown.
How It’s Generated
Jupiter’sllms.txt is auto-generated from the documentation structure. Every page includes an llmsDescription field in its frontmatter — a description specifically optimized for LLM consumption, separate from the human-readable description. This ensures AI tools get the most relevant context for each page.