docs: add links to LLMs.txt

This commit is contained in:
Tiago
2025-05-21 19:30:41 +01:00
parent c63b314030
commit b17eadb98b
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ onMounted(() => {
JSON.stringify({
success: true,
token: "",
expires: new Date().getTime() + 1000 * 60,
expires: new Date().getTime() + 3600000,
}),
{
status: 200,
+5
View File
@@ -218,3 +218,8 @@ await cap.validateToken("..."); // returns { success: Boolean }
```
Note that the token will immediately be deleted after this. To prevent this, use `await cap.validateToken("...", { keepToken: true })`.
## LLMs
You can use this documentaton's [llms.txt](/llms.txt) or [llms-full.txt](/llms-full.txt) (~8k tokens) to give to LLMs. Note that Cap is **not "vibe-coded"**