Architecture
This package follows the same high-level pattern as design/ for docs ownership.
Package layout
Responsibilities
package.jsonmakes this a real workspace package and exposes the docs scripts.rspress.config.tscentralizes navigation and presentation config.docs/stores authored content.tsconfig.jsonreuses@clickmax/tsconfig/react-library.jsonand keeps MDX checking enabled.
Navigation model
Unlike the default Rspress starter, navigation is defined in rspress.config.ts so the docs structure is easier to audit from one place.

