How to Build the Documentation Environment
RobustMQ uses VitePress to build its documentation system. If you need to modify the configuration, you can refer to the VitePress documentation to help improve the documentation build for RobustMQ.
Mac
Prerequisites
Install node
using the following command:
shell
brew install node
Steps
- Install the packages required by
VitePress
using the following command:
shell
npm install
- Start local development with the following command:
shell
npm run docs:dev
- Open the local link, and the final result should look like this: