зеркало из https://github.com/dotnet/docs-desktop.git
Add whats new config (#33)
* Add whats new * remove old config * remove old config * Update config per scott
This commit is contained in:
Родитель
9371b0126b
Коммит
83a77ed4b6
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче