Skip to content

Commit 048650c

Browse files
committed
add news entry for anonymous access
1 parent c49bbae commit 048650c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/web/src/lib/newsData.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
import { NewsItem } from "./types";
22

33
export const newsData: NewsItem[] = [
4+
{
5+
unique_id: "anonymous-access",
6+
header: "Anonymous Access",
7+
sub_header: "We've added the ability to disable the need for users to login to Sourcebot.",
8+
url: "https://docs.sourcebot.dev/docs/configuration/auth/access-settings"
9+
},
410
{
511
unique_id: "member-approval",
612
header: "Member Approval",
713
sub_header: "We've added a toggle to control whether new users need to be approved.",
8-
url: "https://docs.sourcebot.dev/docs/configuration/auth/inviting-members"
14+
url: "https://docs.sourcebot.dev/docs/configuration/auth/access-settings"
915
},
1016
{
1117
unique_id: "analytics",

0 commit comments

Comments
 (0)