This website is built using Docusaurus, a modern static website generator.
$ yarn$ yarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
run
yarn start --locale zhto running the Chinese version.
zhis the language code. refer to List of ISO 639 language codes for more details.
$ yarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.
$ yarn write-translations --locale <language code>refer to Adding a new language for more details.
$ yarn docusaurus docs:version <version>refer to Publishing a new version for more details.
Note: Typically, Nukkit-MOT is only used during significant refactoring, although such a scenario is unlikely to occur in the near future.