https://github.com/mbeddr/mps-platform-docs
This website collects practical knowledge about MPS and platforms such as MPS-extensions and mbeddr.
https://github.com/mbeddr/mps-platform-docs
best-practices documentation gotchas jetbrains-mps
Last synced: 4 months ago
JSON representation
This website collects practical knowledge about MPS and platforms such as MPS-extensions and mbeddr.
- Host: GitHub
- URL: https://github.com/mbeddr/mps-platform-docs
- Owner: mbeddr
- License: unlicense
- Created: 2022-07-23T11:39:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-29T18:28:09.000Z (5 months ago)
- Last Synced: 2026-01-30T06:47:12.737Z (5 months ago)
- Topics: best-practices, documentation, gotchas, jetbrains-mps
- Language: JetBrains MPS
- Homepage: https://mbeddr.github.io/mps-platform-docs/
- Size: 89.1 MB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MPS Platform Docs
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.





## Requirements
- Python >= 3.10
- [IntelliJ Excalidraw Integration](https://plugins.jetbrains.com/plugin/17096-excalidraw-integration) (optional)
- [IntelliJ PlantUML Integration](https://plugins.jetbrains.com/plugin/7017-plantuml-integration) (optional)
- [IntelliJ Mermaid](https://plugins.jetbrains.com/plugin/20146-mermaid) (optional)
## Local execution
Run: `./gradlew mkdocsServe` (rebuilds everything on change --> slow)
Better: `./gradlew serveFast`(rebuilds only current page --> fast, only first build is slow)
Build: `./gradlew mkdocsBuild`
## Publishing
`./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.