This is the documentation repository of Websoft9 which is a Multi-application Self-hosted PaaS platform.
It based on Docusaurus and you just need to edit markdown files for it.
You can only add PR to dev branch, don't accept any PR for main branch
We only provide English and Chinese language support.
- English files: /i18n/docusaurus-plugin-content-docs/current
- Chinese files: /docs
If you want use tools for translation, we suggest you:
- Use DeepL and Google Translate to translate at first.
- Then use DeepL Write checking the results of translations
# Install
yarn install
# Development
npm run start -- --host 0.0.0.0 --port 3000
npm run start -- --host 0.0.0.0 --port 3000 --locale en
# Build
yarn build
npm run serve -- --host 0.0.0.0 --port 3000
# Create i18n language
yarn run write-translations -- --locale zh-cn
# Upgrade Docusaurus
yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest