Add whats new config (#33)

* Add whats new

* remove old config

* remove old config

* Update config per scott
This commit is contained in:
Andy De George
2020-09-17 12:13:00 -07:00
committed by GitHub
parent 9371b0126b
commit 83a77ed4b6
+34
View File
@@ -0,0 +1,34 @@
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": ".NET Desktop",
"rootDirectory": "dotnet-desktop-guide/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/dotnet/desktop/"
},
"inclusionCriteria": {
"minAdditionsToFile": 1
},
"areas": [
{
"name": ".",
"heading": "Home"
},
{
"name": "framework/winforms",
"heading": "Windows Forms - .NET Framework"
},
{
"name": "framework/wpf",
"heading": "Windows Presentation Foundation - .NET Framework"
},
{
"name": "net/winforms",
"heading": "Windows Forms - .NET 5/Core"
},
{
"name": "net/wpf",
"heading": "Windows Presentation Foundation - .NET 5/Core"
}
]
}