Architecture

This package follows the same high-level pattern as design/ for docs ownership.

Package layout

pages/developers/
├── docs/
├── theme/
├── package.json
├── rspress.config.ts
└── tsconfig.json

Responsibilities

  • package.json makes this a real workspace package and exposes the docs scripts.
  • rspress.config.ts centralizes navigation and presentation config.
  • docs/ stores authored content.
  • tsconfig.json reuses @clickmax/tsconfig/react-library.json and keeps MDX checking enabled.

Unlike the default Rspress starter, navigation is defined in rspress.config.ts so the docs structure is easier to audit from one place.