Skip to content

Commit 673daaf

Browse files
committed
Update AI ingestion page
1 parent 2fca16f commit 673daaf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

core-concepts/ai-ingestion.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ Today, you can use your documentation to fine-tune a chatbot, answer questions a
2020

2121
We support a variety of shortcuts and configurations to make it easier to use your documentation in AI tools.
2222

23-
### llms.txt
23+
### /llms.txt
2424

25-
A markdown file of a structured index of your docs is automatically hosted at [/llms.txt](https://llmstxt.org).
25+
An [industry standard](https://llmstxt.org) that helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
2626

27-
llms.txt is an industry standard that helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
27+
Every documentation site automatically hosts a **/llms.txt** file at the root that lists all available pages in your documentation.
2828

2929
<PreviewButton href="https://mintlify.com/docs/llms.txt">Open llms.txt for this site</PreviewButton>
3030

31-
### llms-full.txt
31+
### /llms-full.txt
3232

33-
A markdown file of all your docs content is automatically hosted at **/llms-full.txt**.
33+
A markdown file of all your content is automatically available at **/llms-full.txt**.
3434

3535
llms-full.txt contains the entire content of your docs, and is a great way to provide a complete context to AI tools.
3636

37-
<PreviewButton href="https://mintlify.com/docs/llms.txt">Open llms-full.txt for this site</PreviewButton>
37+
<PreviewButton href="https://mintlify.com/docs/llms-full.txt">Open llms-full.txt for this site</PreviewButton>
3838

39-
### .md support
39+
### .md extension
4040

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.
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.
4242

4343
<PreviewButton href="https://mintlify.com/docs/quickstart.md">Open quickstart.md</PreviewButton>
4444

45-
### Contextual menu
45+
### contextual menu
4646

4747
You can enable a [contextual menu](/core-concepts/settings#param-contextual) to allow users to copy markdown source, view markdown source, or open ChatGPT with the page content.
4848

0 commit comments

Comments
 (0)