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 5438298 commit a0a6ab2Copy full SHA for a0a6ab2
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: "audit-logs",
6
+ header: "Audit logs",
7
+ sub_header: "We've added support for audit logs",
8
+ url: "https://docs.sourcebot.dev/docs/configuration/audit-logs"
9
+ },
10
{
11
unique_id: "file-explorer",
12
header: "File explorer",
0 commit comments