From 6d6c89f58c213e600e2ab5e3b1678fb61333eeb7 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Tue, 13 Mar 2018 10:32:38 -0500 Subject: [PATCH] Update docs nav --- docs/_config.yml | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index 23f8b11..9e3dbbf 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -31,3 +31,4 @@ navigation: - iterator-stream - compression-streams - message + - payload diff --git a/docs/index.md b/docs/index.md index b0bd3ab..5e9f329 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,6 +33,7 @@ This package offers some basic implementations, other libraries might provide ev * [`InMemoryStream`](./in-memory-stream.md) * [`IteratorStream`](./iterator-stream.md) * [`Message`](./message.md) + * [`Payload`](./payload.md) * [`ResourceInputStream`](./resource-streams.md) * [`ZlibInputStream`](./compression-streams.md)