This repository contains the markdown code of the EpiTools wiki website.
To generate the website we use the MkDocs site generator, please install this first if you wish to edit the website content.
To make a simple change to the website:
- modify the desired markdown files in the
source
directory using the Github edit functionality - clone the repository
$ git clone https://github.com/epitools/wiki.git
or update$ git pull
on your machine - (optional) preview changes with
$ mkdocs serve
- upload updated website with
$ mkdocs gh-deploy
For more complex changes, we recommend editing and committing the files on your machine (i.e. also step 1).