Initial repo config (#9)

This commit is contained in:
Andy De George
2020-08-14 09:59:30 -07:00
committed by GitHub
parent 0bd846142c
commit 68a0edef8a
27 changed files with 1204 additions and 25 deletions
+12 -2
View File
@@ -24,6 +24,7 @@
{
"files": [
"**/*.png",
"**/*.gif",
"**/*.jpg"
],
"exclude": [
@@ -41,9 +42,18 @@
"globalMetadata": {
"breadcrumb_path": "/dotnet/desktop/breadcrumb/toc.json",
"extendBreadcrumb": true,
"feedback_system": "None"
"feedback_system": "GitHub",
"feedback_github_repo": "dotnet/docs-desktop",
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/61/index.html"
},
"fileMetadata": {
"titleSuffix": {
"framework/winforms/**/**.md": "Windows Forms .NET Framework",
"net/winforms/**/**.md": "Windows Forms .NET",
"framework/wpf/**/**.md": "WPF .NET Framework",
"net/wpf/**/**.md": "WPF .NET"
}
},
"fileMetadata": {},
"template": [],
"dest": "dotnet-desktop-guide",
"markdownEngineName": "markdig"