Sealos website is built using Docusaurus 2, a modern static website generator.
Please do not change anything under docs
and i18n/zh-Hans/docusaurus-plugin-content-docs/current
as they are automatically synchronized from sealos/docs/4.0. However, if you want to update the home page or custom pages like the company page, feel free to contribute to this repo directly.
For more details, see docs contributing guide.
Note: Node.js version 16.14 or above is required, as described in Docusaurus 2 docs.
$ yarn
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn start
Run command to generate zh-Hans to translate json files.
yarn write-translations --locale zh-Hans
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.