Skip to content

routegy/routegy-docs-api

 
 

Repository files navigation

Routegy Docs (API)

Public documentation for the Routegy API at https://api.docs.routegy.com.

tl;dr

This project converts a swagger (OpenApi 2.0) spec file into a Slate markdown document which is converted into html.

Quick Start

  1. Convert the swagger config into Slate markdown:
make build-swagger
  1. Host the slate docs locally:
make serve
  1. Build docs into static site:
make build

Usage

⇒  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.

Dependencies

Packages

No packages published

Languages

  • SCSS 43.1%
  • Shell 18.4%
  • JavaScript 17.9%
  • Ruby 12.3%
  • HTML 6.4%
  • Makefile 1.1%
  • Dockerfile 0.8%