1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-27 04:14:49 +01:00
byte-stream/docs
2017-05-29 12:38:42 +02:00
..
.shared@b55f1aff69 Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
_config.yml Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
.gitignore Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
compression-streams.md Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
Gemfile Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
Gemfile.lock Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
in-memory-stream.md Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
index.md Convert block quote to note 2017-05-29 12:38:42 +02:00
iterator-stream.md Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
message.md Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
parser.md Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
README.md Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
resource-streams.md Respect chunk size for ResourceOutputStream, document resource streams 2017-05-25 18:12:12 +02:00

Documentation

This directory contains the documentation for amphp/byte-stream. Documentation and code are bundled within a single repository for easier maintenance. Additionally, this preserves the documentation for older versions.

Reading

You can read this documentation either directly on GitHub or on our website. While the website will always contain the latest version, viewing on GitHub also works with older versions.

Writing

Our documentation is built using Jekyll.

sudo gem install bundler jekyll
git submodule init
git submodule update

cd docs

bundle install --path vendor/bundle
bundle exec jekyll serve