Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 633 Bytes

File metadata and controls

17 lines (12 loc) · 633 Bytes

Simplicity Docs

This is the static site generator for https://docs.simplicity-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 (preferably inside a Python3 virtualenv):

# Install dependencies
pip install -r requirements.txt

# Serve locally with hot reload
mkdocs serve

# Build for production
python -m mkdocs build