Skip to content

Commit 2a1dd8d

Browse files
authored
Merge pull request MicrosoftDocs#3375 from TylerMSFT/twhitney-whatsnew
add whatsnew config
2 parents 7dff481 + 72297d8 commit 2a1dd8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.whatsnew.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
3+
"docSetProductName": "C++, C, and Assembler",
4+
"rootDirectory": "docs/",
5+
"docLinkSettings": {
6+
"linkFormat": "relative",
7+
"relativeLinkPrefix": "/cpp/"
8+
},
9+
"inclusionCriteria": {
10+
"additionalMicrosoftOrgs": [
11+
"Open Publishing"
12+
],
13+
"minAdditionsToFile": 10,
14+
"omitPullRequestTitles": true
15+
},
16+
"areas": [{"names": ["cpp"], "heading": "C++"},
17+
{"names": ["c-runtime-library"], "heading": "C runtime library"}]
18+
}

0 commit comments

Comments
 (0)