Skip to content

helpbuttons/hb-docs

Repository files navigation

HB cover

Helpbuttons Documentation

You need to have Docker installed in order to run this repository.

Checkout the latest docs generated:

https://helpbuttons.github.io/hb-docs

serve documentation

$ docker-compose up serve

build documentation

$ docker-compose up build

$ mkdir local
$ cp swagger.yaml local/
$ docker run --rm -v "${PWD}/local:/local" openapitools/openapi-generator-cli generate  -i /local/swagger.yaml     -g typescript-node     -o /local/backend
$ cp -r local/backend/* ../hb-back/