2017-05-28 19:24:13 +02:00
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
toc_levels: 2..3
|
|
|
|
|
|
|
|
baseurl: "/byte-stream"
|
|
|
|
layouts_dir: ".shared/layout"
|
2017-09-27 13:56:06 +02:00
|
|
|
includes_dir: ".shared/includes"
|
2017-05-28 19:24:13 +02:00
|
|
|
|
|
|
|
exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
|
2017-09-27 13:56:06 +02:00
|
|
|
safe: true
|
2017-05-28 19:24:13 +02:00
|
|
|
|
|
|
|
repository: amphp/byte-stream
|
|
|
|
gems:
|
|
|
|
- "jekyll-github-metadata"
|
|
|
|
- "jekyll-relative-links"
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
type: "pages"
|
|
|
|
values:
|
|
|
|
layout: "docs"
|
2017-09-27 14:08:08 +02:00
|
|
|
description: "amphp/byte-stream is a byte stream abstraction for Amp providing interfaces for InputStream and OutputStream."
|
|
|
|
keywords: ['amphp', 'amp', 'byte-stream', 'non-blocking', 'io', 'stream', 'compression']
|
2017-05-28 19:24:13 +02:00
|
|
|
|
2017-09-27 13:56:06 +02:00
|
|
|
shared_asset_path: "/byte-stream/asset"
|
2017-05-28 19:24:13 +02:00
|
|
|
|
|
|
|
navigation:
|
|
|
|
- resource-streams
|
|
|
|
- in-memory-stream
|
|
|
|
- iterator-stream
|
|
|
|
- compression-streams
|
|
|
|
- message
|