mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
Add docs markdown fetch instructions
This commit is contained in:
parent
e93b7520c4
commit
7d5de50179
@ -19,7 +19,13 @@ export function buildSkillSitePrompt(docsIndexPromptValue = docsIndexPrompt) {
|
||||
|
||||
## Docs
|
||||
|
||||
The full docs sidebar — generated from the live navigation. Fetch any of these directly:
|
||||
The full docs sidebar — generated from the live navigation. Fetch any of these directly.
|
||||
|
||||
To retrieve docs as Markdown, use these endpoints:
|
||||
|
||||
- For discovery, fetch \`https://docs.hexclave.com/llms.txt\`.
|
||||
- For a broad single-file docs bundle, fetch \`https://docs.hexclave.com/llms-full.txt\`.
|
||||
- For a specific docs page, append \`.md\` to the canonical docs URL. For example, fetch \`https://docs.hexclave.com/guides/getting-started/setup.md\` for the Markdown version of \`https://docs.hexclave.com/guides/getting-started/setup\`.
|
||||
|
||||
${docsIndexPromptValue}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user