This project contains all documentation for the Public API. You can find the documentation at developers.tatango.com.
All documentation is centralized in source/index.html.md. Please make changes only to this file within the project.
To deploy your changes to developers.tatango.com, ensure Docker is installed on your machine.
Build the Slate Docker image with the following command:
docker build -t slate .To deploy the changes, use your SSH configuration. We use GitHub for deployment:
docker run -v /path/to/your/.ssh:/root/.ssh:ro slatemaster branch! Ensure you change the base branch to tatango/slate. Otherwise, you might accidentally make changes to the original repository instead of our fork.