📄 Documentation for veScale.
Currently veScale provides documentation in English and Chinese. If you can use Chinese, please update both documents at the same time. Otherwise, just update the English documentation.
root
└─ docs
├─ en # English Document
└─ zh # Chinese DocumentThis website is built with Rspress, the document content can be written using markdown or mdx syntax. You can refer to the Rspress Website for detailed usage.
The source code of Rspress can be found in this folder.
If you have any problems using the Rspress, please create a new issue at Rspress Issues.
# enable pnpm with corepack
# only available on node >= `v14.19.0`
corepack enable
# or install pnpm 7 directly
npm install -g pnpm@7pnpm install
pnpm run devpnpm run build