This is the documentation for PKU Clab.
The project is built with VitePress, with root directory at ./
Run pnpm install to install dependencies, pnpm run docs:build to build the documentation.
This repo is shipped with a GitHub Action to continuously build and integrate with the production server.
To write documentation, you can PR to corresponding .md files. You can follow VitePress Writing Guide for syntaxing.
To update website structure, you need to modify main/.vitepress/config.mts and corresponding sections.
Run pnpm run docs:dev to start developing.