mdBook
documentation for the rusoto project.
Any changes made to the documentation will automatically get published to rusoto.org
via Travis CI once the changes are merged into the source
branch.
Install with cargo install mdbook --vers "0.3.5"
.
mdbook watch
will regenerate the static output HTML whenever a source file is changed. Use mdbook watch --open
to open the files in your browser.
This repo has a slightly unconventional branching setup. This is leftover from when it was hosted on GitHub Pages:
Most GitHub Pages-based repos tend to use
master
for the source, andgh-pages
for the rendered website. Because this repo is intended to host an organization webpage, then per GitHub's requirements the rendered website MUST appear on themaster
branch. Since themaster
branch can no longer be used to hold the source, a separate branch must be made for that, which in this case is calledsource
.