Skip to content

Commit 2fca16f

Browse files
committed
Update page
1 parent 7a943ee commit 2fca16f

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
@@ -6,7 +6,7 @@ icon: "bot-message-square"
66

77
export const PreviewButton = ({ children, href }) => {
88
return (
9-
<a href={href} className="text-sm font-medium text-white dark:!text-zinc-950 bg-zinc-900 hover:bg-zinc-700 dark:bg-zinc-100 hover:dark:bg-zinc-300 rounded-full px-3.5 py-1.5 not-prose" target="_blank" rel="noopener noreferrer">
9+
<a href={href} className="text-sm font-medium text-white dark:!text-zinc-950 bg-zinc-900 hover:bg-zinc-700 dark:bg-zinc-100 hover:dark:bg-zinc-300 rounded-full px-3.5 py-1.5 not-prose">
1010
{children}
1111
</a>
1212
)
@@ -26,21 +26,21 @@ A markdown file of a structured index of your docs is automatically hosted at [/
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 for this site</PreviewButton>
29+
<PreviewButton href="https://mintlify.com/docs/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 for this site</PreviewButton>
37+
<PreviewButton href="https://mintlify.com/docs/llms.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</PreviewButton>
43+
<PreviewButton href="https://mintlify.com/docs/quickstart.md">Open quickstart.md</PreviewButton>
4444

4545
### Contextual menu
4646

0 commit comments

Comments
 (0)