diff --git a/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts b/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts index e8b28d8be..2e0a42e86 100644 --- a/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts +++ b/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts @@ -19,7 +19,10 @@ 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 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}