Welcome to the backstitch API! You can use our API to build and access backstitch topic pages to leverage our content curation engine for your app.
Publishing your API documentation couldn't be more simple.
- Commit your changes to the markdown source: git commit -a -m "Update index.md"
- Push the markdown source changes to Github: git push
- Add "gh-pages" as a local branch pointing to the remote (GitHub doc)
- Compile to HTML, and push the HTML to Github pages: rake publish