Update docfx.json metadata (#38)

* Update docfx.json

Add missing metadata

* Update docfx.json

Add ms.prod

* Update docfx.json

* Update docfx.json

* Add prod to index.md
This commit is contained in:
Andy De George
2020-09-11 10:14:52 -07:00
committed by GitHub
parent e2f1d47e0b
commit ae45d8f130
2 changed files with 14 additions and 1 deletions
+12
View File
@@ -140,6 +140,18 @@
"net/winforms/**/**.md": "Windows Forms .NET", "net/winforms/**/**.md": "Windows Forms .NET",
"framework/wpf/**/**.md": "WPF .NET Framework", "framework/wpf/**/**.md": "WPF .NET Framework",
"net/wpf/**/**.md": "WPF .NET" "net/wpf/**/**.md": "WPF .NET"
},
"ms.technology": {
"framework/winforms/**/**.md": "dotnet-winforms",
"framework/wpf/**/**.md": "dotnet-wpf",
"net/winforms/**/**.md": "dotnet-winforms",
"net/wpf/**/**.md": "dotnet-wpf"
},
"ms.prod": {
"framework/winforms/**/**.md": "dotnet-framework",
"framework/wpf/**/**.md": "dotnet-framework",
"net/winforms/**/**.md": "dotnet-desktop",
"net/wpf/**/**.md": "dotnet-desktop"
} }
}, },
"template": [], "template": [],
+1
View File
@@ -1,6 +1,7 @@
--- ---
title: Desktop Guide for WPF and Windows Forms title: Desktop Guide for WPF and Windows Forms
description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET 5 and .NET Framework. description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET 5 and .NET Framework.
ms.prod: dotnet-desktop
ms.date: "08/30/2020" ms.date: "08/30/2020"
--- ---