Documentation for the application/json, a specification for APIs that use JSON. This repository is the source code for http://lojaintegrada.github.io/li-api-specification.
- Slack Channel: #li-api-specification
This standard is currently under development. To assist:
-
Build docker image:
$ docker build . -t li-api-specification
-
Run docker image locally to hotreload while editing:
$ docker run -p 9876:9876 -v $(pwd):/myapp li-api-specification
-
Edit the Markdown files.
-
Commit your changes.
-
Send a Pull Request when finished.
The website is automatically built by GitHub Pages
when changes are pushed to the gh-pages
branch.