Skip to content

Commit 334ac73

Browse files
Add news data
1 parent ac8126c commit 334ac73

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: "agentic-search",
6+
header: "Agentic Search",
7+
sub_header: "Ask Sourcebot to search, summarize, and explain code. Bring your own LLM.",
8+
url: "https://docs.sourcebot.dev/docs/features/search/agentic-search/overview"
9+
},
410
{
511
unique_id: "anonymous-access",
612
header: "Anonymous Access",

0 commit comments

Comments
 (0)