Auto deploy Gitbook with preview link

Auto deploy Gitbook with preview link

This guide walks through how the dev.bandwith.com documentation is built and served via gitbook and github pages.  On each pull request Travis-CI builds the documentation and comments on the pull request with a link to preview the changes.Pre ReqsAWS AccountGitbook source filesGithub accountTravis configured for repoGithub access keyCreate a new token to use to make a comment on the pull request.Only provide repo accessTravis Filefinal .travis.yml# Easier to work with system python than node language: node_js # Just grab stable, we're not picky node_js: - stable before_install: # download virtual env to manage permissions…

Read More