From 7c34287ed51d030e9a21abe73243e7824fa29ed1 Mon Sep 17 00:00:00 2001 From: Karol Chudzik Date: Mon, 28 Oct 2024 17:25:53 +0100 Subject: [PATCH] fix(www): add missing docs to sidebar --- apps/www/config/docs.ts | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/apps/www/config/docs.ts b/apps/www/config/docs.ts index 495090d..31e7234 100644 --- a/apps/www/config/docs.ts +++ b/apps/www/config/docs.ts @@ -49,6 +49,36 @@ export const docsConfig: DocsConfig = { href: "/docs/components/message-input", items: [], }, + { + title: "Message List", + href: "/docs/components/message-list", + items: [], + }, + { + title: "Chat Message", + href: "/docs/components/chat-message", + items: [], + }, + { + title: "Markdown Renderer", + href: "/docs/components/markdown-renderer", + items: [], + }, + { + title: "Prompt Suggestions", + href: "/docs/components/prompt-suggestions", + items: [], + }, + { + title: "Typing Indicator", + href: "/docs/components/typing-indicator", + items: [], + }, + { + title: "Copy Button", + href: "/docs/components/copy-button", + items: [], + }, ], }, ],