feat(site): llms.txt (#184)

This commit is contained in:
Darius Cepulis
2025-11-12 14:22:34 -08:00
committed by GitHub
parent 8f4a39bb24
commit 1a249ce00d
9 changed files with 392 additions and 11 deletions
+6 -1
View File
@@ -26,6 +26,11 @@ const shouldRender = !frameworks || frameworks.includes(framework as SupportedFr
So, while I debug those... let's do this
*/
}
<div class="contents" hidden={!shouldRender} data-pagefind-ignore={shouldRender ? undefined : 'all'}>
<div
class="contents"
hidden={!shouldRender}
data-pagefind-ignore={shouldRender ? undefined : 'all'}
data-llms-ignore={shouldRender ? undefined : 'all'}
>
<slot />
</div>