Skip to content

Commit eb6fa20

Browse files
jeahyounBillWagner
authored andcommitted
Add "enable_uhf_ppe" feature flag to docfx.json. (#5919)
This PR enables the feature flag to use the new UHF. See the work item here (https://ceapex.visualstudio.com/Engineering/UX%20Team/_backlogs/board/Stories) and the related feature ticket here (https://ceapex.visualstudio.com/Engineering/UX%20Team/_workitems/edit/18194). This change can be merged into master for testing on our review site. The feature is not live yet so this merge would have no effect on production presentation.
1 parent 143f1a8 commit eb6fa20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@
9595
"ms.topic": "conceptual",
9696
"feedback_system": "GitHub",
9797
"feedback_github_repo": "dotnet/docs",
98-
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/61/index.html"
98+
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/61/index.html",
99+
"featureFlags": [
100+
"enable_uhf_ppe"
101+
]
99102
},
100103
"fileMetadata": {
101104
"feedback_product_url": {

0 commit comments

Comments
 (0)