Remove "incubating" in docs and scripts (#91)

22 files changed
tree: f1c9544fd1a341c7f0de54c96367541cf4159495
  1. .github/
  2. blog/
  3. community/
  4. docs/
  5. download/
  6. i18n/
  7. src/
  8. static/
  9. .asf.yaml
  10. .gitignore
  11. babel.config.js
  12. docusaurus.config.js
  13. LICENSE
  14. package.json
  15. README.md
  16. sidebars.js
  17. tsconfig.json
  18. yarn.lock
README.md

uniffle-website

local startup

npm start

If you want to start with i18n, e.g. switch to zh-cn, you can use the following command:

npm start -- --locale zh-CN