This site is built with VitePress. Site content is written in Markdown format located in docs
. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
For local development, Node.js v18
or higher and pnpm v9
or higher are required:
pnpm i
pnpm run dev
-
See VitePress docs on supported Markdown Extensions.
-
We adopt the same Writing Guide as Vue.js for rules and recommendations on writing and maintaining documentation content.