Skip to content

Commit 5c0543b

Browse files
chore: add newsData entry for ask share links
1 parent 85e2107 commit 5c0543b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/web/src/lib/newsData.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import { NewsItem } from "./types";
22

33
export const newsData: NewsItem[] = [
4+
{
5+
unique_id: "chat-sharing",
6+
header: "Chat Sharing",
7+
sub_header: "Share Ask Sourcebot chats via link or with specific team members.",
8+
url: "https://docs.sourcebot.dev/docs/features/ask/chat-sharing"
9+
},
410
{
511
unique_id: "ask-sourcebot",
612
header: "Ask Sourcebot",

0 commit comments

Comments
 (0)