Skip to content

mattkae/miracle-wm-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://mattkae.github.io/miracle-wm-wiki/latest/.

Setup

python -m venv venv
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