diff --git a/app/api/docs-tree/route.ts b/app/api/docs-tree/route.ts index d4f15777..b5116868 100644 --- a/app/api/docs-tree/route.ts +++ b/app/api/docs-tree/route.ts @@ -89,6 +89,7 @@ async function buildTree( export async function GET() { const cwd = process.cwd(); const candidates = [ + path.join(cwd, "content", "docs"), path.join(cwd, "app", "docs"), path.join(cwd, "src", "app", "docs"), ];