Skip to content

Commit 87ceb65

Browse files
committed
Merged PR 17387: Add line to whatsnew config
Add line to whatsnew config
1 parent e8b723f commit 87ceb65

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.whatsnew.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
2-
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
3-
"rootDirectory": "sdk-api-src/",
4-
"docLinkSettings": {
5-
"linkFormat": "relative",
6-
"relativeLinkPrefix": "../"
7-
},
8-
"areas": [
9-
{
10-
"names": ["winnt"],
11-
"heading": "winnt"
2+
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
3+
"docSetProductName": "sdk-api",
4+
"rootDirectory": "sdk-api-src/",
5+
"docLinkSettings": {
6+
"linkFormat": "relative",
7+
"relativeLinkPrefix": "../"
128
},
13-
{
14-
"names": ["processthreadsapi"],
15-
"heading": "processthreadsapi"
16-
}
17-
]
9+
"areas": [
10+
{
11+
"names": ["winnt"],
12+
"heading": "winnt"
13+
},
14+
{
15+
"names": ["processthreadsapi"],
16+
"heading": "processthreadsapi"
17+
}
18+
]
1819
}

0 commit comments

Comments
 (0)