Skip to content

Commit 7eaddd5

Browse files
authored
docs: Add links to llms.txt files (#247)
1 parent 9869df0 commit 7eaddd5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/src/pages/attributes/index.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ const deprecatedCount = totalAttributes - stableCount;
7171
<span class="text-text-muted">{deprecatedCount} deprecated</span>
7272
</span>
7373
</p>
74+
<p class="text-sm text-text-muted mt-2">
75+
LLM-friendly: <a href={`${import.meta.env.BASE_URL}llms.txt`} class="text-accent hover:text-accent-hover">llms.txt</a> · <a href={`${import.meta.env.BASE_URL}llms-full.txt`} class="text-accent hover:text-accent-hover">llms-full.txt</a>
76+
</p>
7477
</div>
7578

7679

docs/src/pages/index.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ const categories = new Set(
5050
View on GitHub
5151
</a>
5252
</div>
53+
<p class="text-sm text-text-muted mt-4">
54+
LLM-friendly: <a href={`${import.meta.env.BASE_URL}llms.txt`} class="text-accent hover:text-accent-hover">llms.txt</a> · <a href={`${import.meta.env.BASE_URL}llms-full.txt`} class="text-accent hover:text-accent-hover">llms-full.txt</a>
55+
</p>
5356
</div>
5457

5558
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-12">

0 commit comments

Comments
 (0)