From 230c3a54437fda731fdc05f0ea302367dfc42d46 Mon Sep 17 00:00:00 2001 From: Elham Islam Date: Tue, 24 Sep 2024 16:18:29 -0700 Subject: [PATCH] [docs] undo docs --- docs/site/src/pages/reference/concepts/streams.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/site/src/pages/reference/concepts/streams.mdx b/docs/site/src/pages/reference/concepts/streams.mdx index f18dfb73fb..0ed3e47324 100644 --- a/docs/site/src/pages/reference/concepts/streams.mdx +++ b/docs/site/src/pages/reference/concepts/streams.mdx @@ -38,12 +38,6 @@ To open a streamer, you'll need to provide a list of channels that you'd like to data from. The streamer will validate that the channels exists and are readable before starting the stream. -#### Optional Arguments - -There are also a few optional arguments we can provide when opening a streamer: - - - ### Reading Data Once the streamer is open, you can read data from the stream using the `read` method.