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 30, 2024
1 parent 75d9bd2 commit f4ab6eb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 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
4 changes: 0 additions & 4 deletions apps/www/content/docs/components/typing-indicator.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
Here's the documentation for the TypingIndicator component:

---

title: TypingIndicator
description: A simple animated typing indicator component.
component: true

---

<ComponentPreview
Expand Down

0 comments on commit f4ab6eb

Please sign in to comment.