mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore(web): improve docs
This commit is contained in:
20
apps/web/content/docs/guides/index.mdx
Normal file
20
apps/web/content/docs/guides/index.mdx
Normal 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
|
||||
|
||||
|
||||
7
apps/web/content/docs/guides/meta.json
Normal file
7
apps/web/content/docs/guides/meta.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Guides",
|
||||
"defaultOpen": true,
|
||||
"pages": [
|
||||
"index"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user