Skip to content

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

  1. Install the packages required by VitePress using the following command:
shell
npm install
  1. Start local development with the following command:
shell
npm run docs:dev
  1. Open the local link, and the final result should look like this:

image