This repository has been moved to https://gitlab.developers.cam.ac.uk/uis/devops/docs/guidebook/
This repository contains the source for the UIS DevOps Guidebook.
The guidebook uses docsify to render the guidbook from markdown striaght in the browser. As such there is no render step. One simply clones the repo and starts a local webserver. If you have the hub utility installed:
$ hub clone uisautomation/guidebook
$ python3 -m http.server 8000
The documentation is now available at http://localhost:8000/.