Contribute
Want to contribute to the documentation? Here's how!
Requirements
- A GitHub account
- Knowing how to use Markdown syntaxes
- Knowing how to use Docusaurus 2
Editing Markdown Pages
- Click on the EDIT THIS PAGE button and fork the repository.
- Add your changes to pages.
- Make pull request to the original repository.
- I will review your changes and update the documentation.
Adding Translations
- Clone the repository.
- Run
npm install
to install the dependencies. - Add your the i18n language code to
docusaurus.config.js
underi18n.locales
. - Run
npm run write-translations -- --locale LANGUAGE_CODE
to generate the translation files so you don't have to generate each file one by one. - Translate the files in
i18n/LANGUAGE_CODE
. - Make pull request to the original repository.
- I will review your changes and update the translation.
Done! Thanks for contributing to the documentation!