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
@@ -26,21 +26,21 @@ A markdown file of a structured index of your docs is automatically hosted at [/
26
26
27
27
llms.txt is an industry standard that helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
28
28
29
-
<PreviewButtonhref="/llms.txt">Open llms.txt for this site</PreviewButton>
29
+
<PreviewButtonhref="https://mintlify.com/docs/llms.txt">Open llms.txt for this site</PreviewButton>
30
30
31
31
### llms-full.txt
32
32
33
33
A markdown file of all your docs content is automatically hosted at **/llms-full.txt**.
34
34
35
35
llms-full.txt contains the entire content of your docs, and is a great way to provide a complete context to AI tools.
36
36
37
-
<PreviewButtonhref="/llms-full.txt">Open llms-full.txt for this site</PreviewButton>
37
+
<PreviewButtonhref="https://mintlify.com/docs/llms.txt">Open llms-full.txt for this site</PreviewButton>
38
38
39
39
### .md support
40
40
41
41
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.
0 commit comments