From a4dfbf1337fa599d1835d7637ff74d93a0026831 Mon Sep 17 00:00:00 2001 From: Sanskar Jethi Date: Sun, 15 Dec 2024 07:01:50 +0000 Subject: [PATCH] fix docs --- .../src/pages/documentation/api_reference/streaming.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs_src/src/pages/documentation/api_reference/streaming.mdx b/docs_src/src/pages/documentation/api_reference/streaming.mdx index 7e9b0aae..2605cd9d 100644 --- a/docs_src/src/pages/documentation/api_reference/streaming.mdx +++ b/docs_src/src/pages/documentation/api_reference/streaming.mdx @@ -1,9 +1,7 @@ ---- -title: 'Streaming' -description: 'Stream data efficiently with Robyn' ---- +export const description = + 'On this page, we’ll dive into the different conversation endpoints you can use to manage conversations programmatically.' + -import { Row, CodeGroup, Steps, Callout } from '@/components/mdx' ## Coming From