Minimalist framework for building production-ready gRPC/ConnectRPC microservices on Node.js 22.13+
Modular packages across dependency layers
This directory contains the VitePress documentation for the Connectum framework.
cd docs
pnpm install
pnpm docs:devThe documentation site will be available at http://localhost:5173.
pnpm docs:build
pnpm docs:previewdocs/
├── .vitepress/ # VitePress configuration
│ ├── config.ts # Main config with i18n
│ └── config/ # Config modules (en, shared)
├── en/ # English documentation (primary)
│ ├── index.md # Landing page
│ ├── guide/ # User guide (progressive)
│ │ └── production/ # Production deployment
│ ├── packages/ # Per-package guides
│ ├── api/ # Auto-generated API Reference (TypeDoc)
│ ├── migration/ # Migration & changelog
│ └── contributing/ # Contributing (ADR, architecture)
├── public/ # Static assets (assets/, CNAME, robots.txt)
└── package.json # VitePress dependency
- Main Repository -- Framework source code
- Examples -- Usage examples