1
1
import { NewsItem } from "./types" ;
2
2
3
3
export const newsData : NewsItem [ ] = [
4
+ {
5
+ unique_id : "member-approval" ,
6
+ header : "Member Approval" ,
7
+ 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"
9
+ } ,
4
10
{
5
11
unique_id : "analytics" ,
6
12
header : "Analytics Dashboard" ,
@@ -9,25 +15,25 @@ export const newsData: NewsItem[] = [
9
15
} ,
10
16
{
11
17
unique_id : "audit-logs" ,
12
- header : "Audit logs " ,
18
+ header : "Audit Logs " ,
13
19
sub_header : "We've added support for audit logs" ,
14
20
url : "https://docs.sourcebot.dev/docs/configuration/audit-logs"
15
21
} ,
16
22
{
17
23
unique_id : "file-explorer" ,
18
- header : "File explorer " ,
24
+ header : "File Explorer " ,
19
25
sub_header : "We've added support for a file explorer when browsing files." ,
20
26
url : "https://github.com/sourcebot-dev/sourcebot/releases/tag/v4.2.0"
21
27
} ,
22
28
{
23
29
unique_id : "structured-logging" ,
24
- header : "Structured logging " ,
30
+ header : "Structured Logging " ,
25
31
sub_header : "We've added support for structured logging" ,
26
32
url : "https://docs.sourcebot.dev/docs/configuration/structured-logging"
27
33
} ,
28
34
{
29
35
unique_id : "code-nav" ,
30
- header : "Code navigation " ,
36
+ header : "Code Navigation " ,
31
37
sub_header : "Built in go-to definition and find references" ,
32
38
url : "https://docs.sourcebot.dev/docs/features/code-navigation"
33
39
} ,
@@ -39,7 +45,7 @@ export const newsData: NewsItem[] = [
39
45
} ,
40
46
{
41
47
unique_id : "search-contexts" ,
42
- header : "Search contexts " ,
48
+ header : "Search Contexts " ,
43
49
sub_header : "Filter searches by groups of repos" ,
44
50
url : "https://docs.sourcebot.dev/docs/features/search/search-contexts"
45
51
}
0 commit comments