We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b723f commit 87ceb65Copy full SHA for 87ceb65
.whatsnew.json
@@ -1,18 +1,19 @@
1
{
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"
+ "$schema": "https://whatsnewapi.azurewebsites.net/schema",
+ "docSetProductName": "sdk-api",
+ "rootDirectory": "sdk-api-src/",
+ "docLinkSettings": {
+ "linkFormat": "relative",
+ "relativeLinkPrefix": "../"
12
},
13
14
- "names": ["processthreadsapi"],
15
- "heading": "processthreadsapi"
16
- }
17
-]
+ "areas": [
+ {
+ "names": ["winnt"],
+ "heading": "winnt"
+ },
+ "names": ["processthreadsapi"],
+ "heading": "processthreadsapi"
+ }
18
+ ]
19
}
0 commit comments