Documentation Repository
The official documentation lives in the public GitHub repository:
https://github.com/ITsMagic-Software/Documentation
A documentação faz deploy automático via GitHub Actions.
How to add content
- Fork the repository on GitHub.
- Create or edit files under
docs/(ordocs/topics/) using Markdown. - Keep translations in sync by updating the matching file under
i18n/pt/docusaurus-plugin-content-docs/current/. - Commit and open a Pull Request to the main repository.
Tips
- Keep the file path and filename identical between
docs/and each language folder ini18n/. - Use clear titles and short sections to keep pages easy to scan.
- If you add a new topic, add it in all languages to avoid missing pages.
- There is an automated validation that requires every documentation file to exist in all languages.