Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 543 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 543 Bytes

miracle-wm-wiki

This repository contains documentation for miracle-wm. There will be a new release of this documentation every time that miracle-wm has a release.

The docs can be found at: https://wiki.miracle-wm.org/latest/.

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Testing

mkdocs serve

Then navigate to localhost:8000

Releasing

  • Simply tag a new release as vX.Y.Z
  • CI will handle publishing the the latest version