Skip to content

adurrr/hb_docs

 
 

Repository files navigation

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/

About

Documentation for helpbuttons

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 89.5%
  • JavaScript 10.4%
  • Dockerfile 0.1%