The website is built with Nextra framework.
It is recommended to use pnpm.
To install dependencise:
pnpm install
To preview the website locally:
pnpm dev
All editable pages are under /pages/
.
...
└── index.en-US.mdx // home page
└── about.en-US.mdx // about page
To contribute articles or documents, submit a PR directly to the main
branch
Currently the website has both English and Chinese versions.
To contribute docs in a specific language please follow the naming convention doc.locale.mdx