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: pnpm catalog dependencies + shared TS config

View project status →


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 architecture
  • api/ for script and package references
  • project/ for package-level status notes

Quick start

pnpm -F @clickmax/pages-developers docs:dev
pnpm -F @clickmax/pages-developers docs:build
pnpm -F @clickmax/pages-developers test-types

Installation guide →


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.