Skip to content

Commit 3186f68

Browse files
authored
Turn off feedback comments (dotnet#1913)
1 parent afbc4e1 commit 3186f68

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docfx.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
"apiPlatform": "dotnet",
4949
"ms.topic": "managed-reference",
5050
"ms.prod": "dotnet-api",
51-
"feedback_system": "GitHub",
52-
"feedback_github_repo": "dotnet/dotnet-api-docs",
53-
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/61/index.html",
51+
"feedback_system": "None",
5452
"_op_documentIdPathDepotMapping": {
5553
"api/": {
5654
"depot_name": "VS.core-docs"
@@ -133,11 +131,6 @@
133131
},
134132
"langs": {
135133
"api/**.yml": ["csharp", "vb", "fsharp", "cpp"]
136-
},
137-
"feedback_system": {
138-
"api/Microsoft.SqlServer**.yml": "None",
139-
"api/System.Data**.yml": "None",
140-
"api/System.Web**.yml": "None"
141134
}
142135
},
143136
"dest": "_site",

0 commit comments

Comments
 (0)