This documentation is written using Markdown.
To hack on this documentation, you can directly use any markdown editor of your choice (including directly editing the file on GitHub).
This documentation is built using Slate.
If you want to preview a live version of this documentation, all you need is Docker and Make.
make
make clean
make re
make dev
Then you should be able to start the documentation server with:
bundle exec middleman server
The project directory is mounted inside a volume, allowing to change files without leaving the container.
The documentation should be running on your Docker host and available at:
http://$(your-docker-ip):$PORT
You can run the documentation server on another port of your Docker host
by specifying the environment variable PORT
(default: 4567
) before any
of the previous commands (except clean).
The documentation is automatically deployed on GitHub Pages when something happen on the master branch.
See the contributing guidelines.
arkis-api-docs is licensed under the MIT License. See LICENSE for full license text.