mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
add news entry for audit logs
This commit is contained in:
parent
5438298d61
commit
a0a6ab22d8
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
import { NewsItem } from "./types";
|
import { NewsItem } from "./types";
|
||||||
|
|
||||||
export const newsData: NewsItem[] = [
|
export const newsData: NewsItem[] = [
|
||||||
|
{
|
||||||
|
unique_id: "audit-logs",
|
||||||
|
header: "Audit logs",
|
||||||
|
sub_header: "We've added support for audit logs",
|
||||||
|
url: "https://docs.sourcebot.dev/docs/configuration/audit-logs"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
unique_id: "file-explorer",
|
unique_id: "file-explorer",
|
||||||
header: "File explorer",
|
header: "File explorer",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue