- Make sure you use Node.js version >=16.14
- Run
npm ci
- Run
npm start
- Open http://localhost:3000/helpcenter/
You can find the pages in /docs/help-center/. If you edit a page, make sure you edit the German localization in /i18n/de/docusaurus-plugin-content-docs/current/help-center/, too.
To add a page, you can copy and adjust an existing page and add a translation to /i18n/de/docusaurus-plugin-content-docs/current/help-center/. Alternatively the translation could be done by using Crowdin Plugin. Instructions for using Crowdin can be found in this YouTube Tutorial or in the Crowdin Documentation. Please note that you have to adjust the header of the MDX-file, too and set the correct sidebar_position (order for the menu).
In development you can't switch to translated pages but when you build the page and then serve it, you can see your progress.
- Run
npm run build
- Run
npm run serve
- The served web-app will open automatically, there you can switch to German language