luanshaotong / sealos-site

Home Page:https://sealos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SealOS Website

SealOS website is built using Docusaurus 2, a modern static website generator.

Notes for contribution

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.

Development

Requirements

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

I18n

Run command to generate zh-Hans to translate json files.

yarn write-translations --locale zh-Hans

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

About

https://sealos.io


Languages

Language:JavaScript 81.7%Language:CSS 18.3%