Skip to content

Commit b20deca

Browse files
authored
Add config items for the standard feedback control (#83)
1 parent b27279d commit b20deca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

powershell-gallery/docfx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99

1010
{ "dest": "gallery", "files": [ "breadcrumb/toc.yml" ] },
11-
{ "dest": "gallery", "files": [ "**/*.md", "**/**.yml" ], "group": "conceptual", "src": "docs-conceptual" },
11+
{ "dest": "gallery", "files": [ "**/*.md", "**/*.yml" ], "group": "conceptual", "src": "docs-conceptual" },
1212

1313
{ "dest": "module/powershellget", "files": [ "toc.yml" ], "group": "powershellget-1.x", "src": "powershellget-1.x" },
1414
{ "dest": "module", "exclude": [ "docs-conceptual/**" ], "files": [ "**/*.yml", "**/About/*.md" ], "group": "powershellget-1.x", "src": "powershellget-1.x" },
@@ -90,6 +90,8 @@
9090
"extendBreadcrumb": true,
9191
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs-PSGet",
9292
"feedback_system": "OpenSource",
93+
"feedback_help_link_url": "https://learn.microsoft.com/powershell/scripting/community/community-support",
94+
"feedback_help_link_type": "ask-the-community",
9395
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide",
9496
"open_source_feedback_issueTitle": "",
9597
"open_source_feedback_issueLabels": "needs-triage",

0 commit comments

Comments
 (0)