Skip to content

Commit

Permalink
Update docfx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo authored Oct 10, 2023
1 parent 315c3c8 commit 1085b3e
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion dotnet-desktop-guide/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,49 @@
"xaml-services/**/*.md": "reference",
"**/*how-to*.md": "how-to",
"**/*overview*.md": "overview"
}
},
"feedback_system": {
"**.*": "OpenSource",
"docs/standard/design-guidelines/**/**.md": "None",
"docs/framework/data/adonet/**/**.md": "None",
"docs/framework/data/wcf/**/**.md": "None",
"docs/framework/ui-automation/**/**.md": "None",
"docs/framework/wcf/**/**.md": "None"
},
"open_source_feedback_contributorGuideUrl": {
"**.*": "https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute"
},
"open_source_feedback_issueUrl": {
"**.*": "https://github.com/dotnet/docs-desktop/issues/new?template=customer-feedback.yml"
},
"open_source_feedback_productName": {
"**.*": ".NET Desktop feedback"
},
"open_source_feedback_productDescription": {
"**.*": "The .NET Desktop documentation is open source. Provide feedback here."
},
"open_source_feedback_issueTitle": {
"**.*": ""
},
"open_source_feedback_productLogoLightUrl": {
"**.*": "https://learn.microsoft.com/media/logos/logo_net.svg"
},
"open_source_feedback_productLogoDarkUrl": {
"**.*": "https://learn.microsoft.com/media/logos/logo_net.svg"
},
},
"template": [],
"dest": "dotnet-desktop-guide",
"markdownEngineName": "markdig",
"markdownEngineProperties": {
"markdigExtensions": [
"abbreviations",
"definitionlists",
"tasklists",
"footnotes",
"diagrams"
]
},
"groups": {
"framework": {
"dest": "framework-dest",
Expand Down

0 comments on commit 1085b3e

Please sign in to comment.