This is the static site generator for https://docs.simplicty-lang.org. We aim to make usable, up-to-date documenation and welcome suggestions and updates via a pull request.
The site is built on Material for MkDocs which includes some nice formatting options.
Realtime preview of documentation changes:
# Install dependencies
pip install -r requirements.txt
# Serve locally with hot reload
mkdocs serve
# Build for production
python -m mkdocs build