chore(web): improve docs

This commit is contained in:
Aman Varshney
2025-08-09 22:23:07 +05:30
parent 38403fe863
commit 52d2af5184
17 changed files with 986 additions and 369 deletions

View File

@@ -0,0 +1,20 @@
---
title: Guides
description: Practical guides for common setups
---
## Guides
Curated, task-focused guides will be added here. Planned topics include:
- Workers + D1 setup with Hono and Drizzle
- Adding PWA to React Router or Next.js
- Using Prisma with Neon or Supabase
- Monorepo tips with Turborepo
For now, see:
- CLI reference: /docs/cli
- Compatibility: /docs/compatibility
- Project structure: /docs/project-structure

View File

@@ -0,0 +1,7 @@
{
"title": "Guides",
"defaultOpen": true,
"pages": [
"index"
]
}