Skip to content
Merged
Next Next commit
Update config to enable docfx v3
  • Loading branch information
VSC-Service-Account committed Jul 30, 2020
commit b40a505456b206c019a1351698339caba644fa2d
9 changes: 7 additions & 2 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"build_source_folder": ".",
"build_output_subfolder": ".",
"locale": "en-us",
"xref_query_tags": ["/uwp/api"],
"xref_query_tags": [
"/uwp/api"
],
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": true,
Expand Down Expand Up @@ -90,5 +92,8 @@
"target_framework": "net45",
"version": "latest"
}
]
],
"docs_build_engine": {
"name": "docfx_v3"
}
}