docs(guide): add meat to the Server Guide

Closes #806
This commit is contained in:
Sean McArthur
2016-07-25 17:41:08 -07:00
parent a22ae26cec
commit 12c69b5dd0
3 changed files with 368 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ script:
- ./.travis/readme.py
- cargo build --verbose $FEATURES
- cargo test --verbose $FEATURES
- 'for f in ./doc/**/*.md; do rustdoc --test $f; done'
- 'for f in ./doc/**/*.md; do rustdoc -L ./target/debug -L ./target/debug/deps --test $f; done'
addons:
apt: