Skip to content

Commit

Permalink
Merged PR 16033: Product feedback link update
Browse files Browse the repository at this point in the history
Change product feedback link to point to docs Q&A forum rather than feedback hub (based on Chigusa request and team discussion).
**Do not merge until additional WinUI Xaml specific links to repo issues are added**
  • Loading branch information
mattwojo committed Jan 6, 2020
1 parent 9aa0a88 commit efcc4e0
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion docfx.json
Expand Up @@ -36,7 +36,7 @@
"breadcrumb_path": "/uwp/api/breadcrumbs/toc.json",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/winrt-api",
"feedback_product_url": "https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app",
"feedback_product_url": "https://docs.microsoft.com/answers/topics/uwp.html?sort=active&filter=all",
"uhfHeaderId": "MSDocsHeader-WinDevCenter",
"titleSuffix": "Windows UWP applications",
"hideEdit": "true",
Expand Down Expand Up @@ -157,6 +157,33 @@
"windows.web**.yml": "stevewhims",
"windows.web.ui**.yml": "jwmsft"
},
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/winrt-api",
"feedback_product_url": {
"windows.ui.xaml/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.automation/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.automation.peers/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.automation.provider/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.automation.text/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.controls/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.controls.maps/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.controls.primitives/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.core.direct/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.data/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.documents/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.hosting/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.input/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.interop/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.markup/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.media/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.media.animation/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.media.imaging/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.media.media3d/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.navigation/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.printing/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.resources/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"windows.ui.xaml.shapes/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose"
},
"ms.author":
{
"windows.ai.machinelearning**.yml": "quradic",
Expand Down

0 comments on commit efcc4e0

Please sign in to comment.