Docs Site Commands
Estimated reading time: less than 1 minute 预计阅读时间: 小于 1 分钟This page records commands for the summer-admin-docs documentation repository itself, not the runtime commands of the summerrs-admin main workspace.
pnpm dev
Start the local Rspress development server:
Useful when writing and previewing docs at the same time.
pnpm build
Build the static site:
The default output directory is doc_build/.
pnpm preview
Preview the production build locally:
pnpm lint
Check the current docs repository content and config:
pnpm format
Format the repository using the current Biome configuration:
