We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7364268 commit da480e0Copy full SHA for da480e0
packages/web/src/lib/newsData.ts
@@ -1,6 +1,12 @@
1
import { NewsItem } from "./types";
2
3
export const newsData: NewsItem[] = [
4
+ {
5
+ unique_id: "analytics",
6
+ header: "Analytics Dashboard",
7
+ sub_header: "Understand your team's usage of Sourcebot",
8
+ url: "https://docs.sourcebot.dev/docs/features/analytics"
9
+ },
10
{
11
unique_id: "audit-logs",
12
header: "Audit logs",
0 commit comments