Skip to content

Commit b40a505

Browse files
author
VSC-Service-Account
committed
Update config to enable docfx v3
1 parent 469d167 commit b40a505

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.openpublishing.publish.config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"build_source_folder": ".",
66
"build_output_subfolder": ".",
77
"locale": "en-us",
8-
"xref_query_tags": ["/uwp/api"],
8+
"xref_query_tags": [
9+
"/uwp/api"
10+
],
911
"monikers": [],
1012
"moniker_ranges": [],
1113
"open_to_public_contributors": true,
@@ -90,5 +92,8 @@
9092
"target_framework": "net45",
9193
"version": "latest"
9294
}
93-
]
95+
],
96+
"docs_build_engine": {
97+
"name": "docfx_v3"
98+
}
9499
}

0 commit comments

Comments
 (0)