Skip to content

Commit b0cb39f

Browse files
authored
Add hybrid feedback to WOA (#4078)
* remove additional template * template issue fix attempt 2 * Fix feedback issues * Fix desc length, remove replicas * Add new hybrid feedback system to Windows on Arm
1 parent f4df3b9 commit b0cb39f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

landing/arm-docs/docfx.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
{
2323
"files": [
2424
"**/*.png",
25-
"**/*.jpg"
25+
"**/*.jpg",
26+
"**/*.svg"
2627
],
2728
"exclude": [
2829
"**/obj/**",
@@ -38,9 +39,15 @@
3839
"recommendations": true,
3940
"breadcrumb_path": "/windows/arm/breadcrumb/toc.json",
4041
"extendBreadcrumb": true,
41-
"feedback_system": "GitHub",
42-
"feedback_github_repo": "MicrosoftDocs/windows-dev-docs",
43-
"feedback_product_url": "https://support.microsoft.com/en-us/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332",
42+
"feedback_product_url": "https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332",
43+
"feedback_system": "OpenSource",
44+
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/contribute/content/how-to-write-quick-edits",
45+
"open_source_feedback_issueTitle": "",
46+
"open_source_feedback_issueLabels": "needs-triage",
47+
"open_source_feedback_issueUrl": "https://github.com/MicrosoftDocs/windows-dev-docs/issues/new?template=1-customer-feedback.yml",
48+
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/windows/images/windows11.svg",
49+
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/windows/images/windows11.svg",
50+
"open_source_feedback_productName": "Windows on Arm",
4451
"uhfHeaderId": "MSDocsHeader-Windows",
4552
"_op_documentIdPathDepotMapping": {
4653
"./": {

0 commit comments

Comments
 (0)