Skip to content

Commit

Permalink
fix(www): add missing docs to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
iipanda committed Oct 28, 2024
1 parent 75d9bd2 commit 7c34287
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions apps/www/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
},
],
},
],
Expand Down

0 comments on commit 7c34287

Please sign in to comment.