Skip to content

Commit a390149

Browse files
committed
Simplify page
1 parent 54ce05a commit a390149

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core-concepts/ai-ingestion.mdx

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

1919
## Supported Shortcuts
2020

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

2323
### llms.txt
2424

2525
A markdown file of a structured index of your docs is automatically hosted at [/llms.txt](https://llmstxt.org).
2626

2727
llms.txt is an industry standard that helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
2828

29-
<PreviewButton href="/llms.txt">Open llms.txt preview</PreviewButton>
29+
<PreviewButton href="/llms.txt">Open llms.txt for this site</PreviewButton>
3030

3131
### llms-full.txt
3232

3333
A markdown file of all your docs content is automatically hosted 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="/llms-full.txt">Open llms-full.txt preview</PreviewButton>
37+
<PreviewButton href="/llms-full.txt">Open llms-full.txt for this site</PreviewButton>
3838

3939
### .md support
4040

4141
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

43-
<PreviewButton href="/docs/quickstart.md">Open quickstart.md preview</PreviewButton>
43+
<PreviewButton href="/docs/quickstart.md">Open quickstart.md</PreviewButton>
4444

4545
### Contextual menu
4646

0 commit comments

Comments
 (0)