mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
Initial repo config (#9)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user