Public documentation for the Routegy API at https://api.docs.routegy.com.
This project converts a swagger (OpenApi 2.0) spec file into a Slate markdown document which is converted into html.
- Convert the swagger config into Slate markdown:
make build-swagger
- Host the slate docs locally:
make serve
- Build docs into static site:
make build
⇒ make help
build-swagger Build swagger spec into slate markdown
build-slate Build slate site from markdown
build Build site
clean Clean local compiled site
serve Serve locally at https://localhost:4567
help Print Makefile usage.