ClickMax Developers
Developer docs for the ClickMax monorepo.
Built with Rspress and aligned with the monorepo package conventions.
Get started · API overview · GitHub
Overview
This package replaces the default Rspress starter with the same docs package shape used elsewhere in the monorepo.
- Package:
@clickmax/pages-developers - Docs root:
pages/developers/docs - Config owner:
pages/developers/rspress.config.ts - Workspace:
pnpmcatalog dependencies + shared TS config
What you get
Monorepo-aware package setup
- Workspace package name and repository metadata
- Shared dependency catalogs from
pnpm-workspace.yaml - Shared TypeScript base via
@clickmax/tsconfig
Config-driven docs structure
- Navigation and sidebars live in
rspress.config.ts - Public docs live under
docs/ - Type-safe MDX checking stays enabled through
tsconfig.json
Minimal authoring surface
guide/for onboarding and architectureapi/for script and package referencesproject/for package-level status notes
Quick start
Documentation map
Guides
API
Project
Maintenance note
Keep package metadata, commands, and docs navigation aligned. This package should follow workspace conventions instead of the default standalone Rspress starter.

