Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 766 Bytes

File metadata and controls

41 lines (32 loc) · 766 Bytes

CheFu Docs

Central documentation portal for CheFu Inc products.

Structure

chefu-docs/
├── apps/
│   └── docs-web-app/       # Next.js / Tailwind documentation engine
└── content/
    ├── academy/            # CheFu Academy MDX docs
    ├── app2/               # Future product docs
    ├── app3/               # Future product docs
    └── app4/               # Future product docs

Routes

/academy
/academy/installation
/academy/languages
/academy/authentication
/academy/requests
/academy/error-handling
/academy/rate-limits

Commands

Run from the repo root:

npm run dev
npm run typecheck
npm run lint
npm run build

The root scripts delegate to apps/docs-web-app.