File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments