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
The [llms.txt file](https://llmstxt.org) is an industry standard that helps LLMs index content more efficiently, similar to how a sitemap helps search engines.
10
10
11
-
Every documentation site automatically hosts an `llms.txt` file at the root that lists all available pages in your documentation. AI tools can use this file to understand your documentation structure and find relevant content to user prompts.
11
+
Mintlify automatically hosts an `llms.txt` file at the root of your project that lists all available pages in your documentation. AI tools can use this file to understand your documentation structure and find relevant content to user prompts.
12
12
13
-
View your `llms.txt` by appending `/llms.txt` to your site's URL.
13
+
View your `llms.txt` by appending `/llms.txt` to your documentation site's URL.
14
14
15
15
<PreviewButtonhref="https://mintlify.com/docs/llms.txt">Open the llms.txt for this site</PreviewButton>
16
16
@@ -21,29 +21,26 @@ Your site's `llms.txt` is always up to date and requires zero maintenance.
21
21
An `llms.txt` file is a plain Markdown file that contains:
22
22
23
23
-**Site title** as an H1 heading. This is the only required section of an `llms.txt`.
24
-
-**Site summary** typically in a blockquote.
25
24
-**Structured content sections** with descriptive links to key pages.
26
25
27
26
```mdx Example llms.txt
28
27
# Example product docs
29
28
30
-
> Learn how to get started, use the API, and explore tutorials.
-[API](https://example.com/docs/api): Endpoint list and usage
38
35
```
39
36
40
37
This structured approach allows LLMs to quickly process your documentation hierarchy and locate relevant content for user queries, improving the accuracy and speed of AI-assisted documentation searches.
41
38
42
39
## llms-full.txt
43
40
44
-
The `llms-full.txt` file combines your entire documentation site into a single file as context for AI tools. Users can paste a single URL as context for AI tools for more relevant and accurate responses.
41
+
The `llms-full.txt` file combines your entire documentation site into a single file as context for AI tools and is indexed by LLM traffic. Users can paste a single URL as context for AI tools for more relevant and accurate responses.
45
42
46
-
Every documentation site automatically hosts an `llms-full.txt` file at the root. View your `llms-full.txt` by appending `/llms-full.txt` to your site's URL.
43
+
Mintlify automatically hosts an `llms-full.txt` file at the root of your project. View your `llms-full.txt` by appending `/llms-full.txt` to your documentation site's URL.
47
44
48
45
<PreviewButtonhref="https://mintlify.com/docs/llms-full.txt">Open the llms-full.txt for this site</PreviewButton>
0 commit comments