Skip to content

Commit 337eedc

Browse files
committed
add news entry for structured logging
1 parent 77a7ed8 commit 337eedc

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

packages/web/src/lib/newsData.ts

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
import { NewsItem } from "./types";
22

33
export const newsData: NewsItem[] = [
4-
{
5-
unique_id: "code-nav",
6-
header: "Code navigation",
7-
sub_header: "Built in go-to definition and find references",
8-
url: "https://docs.sourcebot.dev/docs/search/code-navigation"
9-
},
10-
{
11-
unique_id: "sso",
12-
header: "SSO",
13-
sub_header: "We've added support for SSO providers",
14-
url: "https://docs.sourcebot.dev/docs/configuration/authentication",
15-
},
16-
{
17-
unique_id: "search-contexts",
18-
header: "Search contexts",
19-
sub_header: "Filter searches by groups of repos",
20-
url: "https://docs.sourcebot.dev/docs/search/search-contexts"
21-
}
4+
{
5+
unique_id: "structured-logging",
6+
header: "Structured logging",
7+
sub_header: "We've added support for structured logging",
8+
url: "https://docs.sourcebot.dev/docs/more/structured-logging"
9+
},
10+
{
11+
unique_id: "code-nav",
12+
header: "Code navigation",
13+
sub_header: "Built in go-to definition and find references",
14+
url: "https://docs.sourcebot.dev/docs/search/code-navigation"
15+
},
16+
{
17+
unique_id: "sso",
18+
header: "SSO",
19+
sub_header: "We've added support for SSO providers",
20+
url: "https://docs.sourcebot.dev/docs/configuration/authentication",
21+
},
22+
{
23+
unique_id: "search-contexts",
24+
header: "Search contexts",
25+
sub_header: "Filter searches by groups of repos",
26+
url: "https://docs.sourcebot.dev/docs/search/search-contexts"
27+
}
2228
];

0 commit comments

Comments
 (0)