1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-12-02 09:17:50 +01:00
byte-stream/docs/_config.yml
Aaron Piotrowski 6d6c89f58c
Update docs nav
2018-03-13 10:32:38 -05:00

35 lines
761 B
YAML

kramdown:
input: GFM
toc_levels: 2..3
baseurl: "/byte-stream"
layouts_dir: ".shared/layout"
includes_dir: ".shared/includes"
exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
safe: true
repository: amphp/byte-stream
gems:
- "jekyll-github-metadata"
- "jekyll-relative-links"
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "docs"
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']
shared_asset_path: "/byte-stream/asset"
navigation:
- resource-streams
- in-memory-stream
- iterator-stream
- compression-streams
- message
- payload