This website collects practical knowledge about MPS and popular MPS platforms such as MPS-extensions and mbeddr. It is written mainly in the form of a Q&A. If you have any feedback, please write a comment at the bottom of a page or open an issue in this repository.
- Python >= 3.10
- IntelliJ Excalidraw Integration (optional)
- IntelliJ PlantUML Integration (optional)
- IntelliJ Mermaid (optional)
Run: ./gradlew mkdocsServe
(rebuilds everything on change --> slow)
Better: ./gradlew serveFast
(rebuilds only current page --> fast, only first build is slow)
Build: ./gradlew mkdocsBuild
./gradlew mkdocsPublish
is automatically run on push (GitHub Actions). The secret key is just an SSH key from someone who has push permissions for this repository.