This repo contains:
- Documentation for Soundtrack API
- Auto-generated reference for Soundtrack API
- Documentation for Soundtrack SDK
- For Soundtrack API: make pull requests of this file
- For Soundtrack SDK: make pull requests of this file
Join our public Slack channel.
Soundtrack employees only
- Review pull request. Pull requests are only allowed on these two files: API & SDK.
- Head to
docs/api/generate/
to generate docs- Install prerequisites: node, ruby (
>2.3.1
) & bundler. - Install dependencies
bundle install
- Install graphdoc
yarn global add @2fd/graphdoc
- Generate docs
./generate.sh
- Install prerequisites: node, ruby (
- Commit and push back into repo. The pages will be updated automagically.