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
@@ -9,7 +10,7 @@ All documentation pages are auto-hosted in a variety of markdown formats to make
9
10
10
11
## Supported formats
11
12
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.
13
+
-**/llms.txt**: A markdown file of a structured index of your docs is automatically hosted at /llms.txt. Helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
14
+
-**/llms-full.txt**: A markdown file of all your docs content is automatically hosted at /llms-full.txt. Helps users load complete context into AI tools in one link.
15
+
-**.md support**: Add .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
16
-**⌘ + c shortcut**: Copy markdown source of any page using command + c.
0 commit comments