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
All documentation pages are auto-hosted in a variety of markdown formats to make it easier for:
7
+
- End users to feed your docs into large language models (LLMs) for specific information retrieval
8
+
- LLMs to efficiently index your content without parsing HTML, ads, or JavaScript
9
+
10
+
## Supported formats
11
+
We support industry standards such as [/llms.txt](https://llmstxt.org) as well as additional markdown formats.
12
+
-**/llms.txt**: Append /llms.txt to your documentation to see a structured index. Helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
13
+
-**/llms-full.txt**: Append /llms-full.txt to your docs URL to see a single markdown file of all your docs content. Helps users load complete context into AI tools in one link.
14
+
-**.md support**: Append .md to an individual docs page to see a markdown version of that page. Helps load individual pages into AI tools with better token efficiency & inference time.
15
+
-**⌘ + c shortcut**: Copy markdown source of any page using command + c.
0 commit comments