Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/pages/attributes/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ const deprecatedCount = totalAttributes - stableCount;
<span class="text-text-muted">{deprecatedCount} deprecated</span>
</span>
</p>
<p class="text-sm text-text-muted mt-2">
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>
</p>
</div>


Expand Down
3 changes: 3 additions & 0 deletions docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ const categories = new Set(
View on GitHub
</a>
</div>
<p class="text-sm text-text-muted mt-4">
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>
</p>
</div>

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