Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.55 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.55 KB

Overview

This repo contains:

Feedback/suggestions

  • For Soundtrack API: make pull requests of this file
  • For Soundtrack SDK: make pull requests of this file

Questions

Join our public Slack channel.

Kudos

Thanks to Slate & GraphDoc.

Making updates

Soundtrack employees only

  1. Review pull request. Pull requests are only allowed on these two files: API & SDK.
  2. 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
  3. Commit and push back into repo. The pages will be updated automagically.