Getting Started

This package hosts the developer documentation site for the monorepo.

Project structure

  • docs/ contains the public documentation pages.
  • docs/public/ contains static assets such as logos and icons.
  • theme/ is reserved for Rspress theme overrides.
  • rspress.config.ts owns top navigation and sidebar configuration.
  • tsconfig.json enables MDX type checking with the shared monorepo base config.

Local development

Start the site locally:

pnpm -F @clickmax/pages-developers docs:dev

Production build

Build the static site:

pnpm -F @clickmax/pages-developers docs:build

Next steps