WolfBeacon has multiple services exposing different endpoints which make up the WolfBeacon API together. Documentation for every service is written is written using apidoc.
This service aggregates API Documentation written in the form of apidoc strings across these WolfBeacon microservices and serves them statically via a dead simple Node-Express server in one, well-formatted location.
sudo docker build -t wolfbeacon-apidoc-gen .
sudo docker run -p 3000:3000 wolfbeacon-apidoc-gen
Following this, the docs should be visible at yourhost:3000