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
sourcedirectory using the Github edit functionality - clone the repository
$ git clone https://github.com/epitools/wiki.gitor update$ git pullon 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).