Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.31 KB

rusoto.github.io

Build Status

mdBook documentation for the rusoto project.

Publishing

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.

Requirements

Development

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.

Branch Explanation

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, and gh-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 the master branch. Since the master branch can no longer be used to hold the source, a separate branch must be made for that, which in this case is called source.