Skip to content

Commit 98fbeca

Browse files
author
VSC-Service-Account
committed
Update config to enable docfx v3
1 parent 5e785c4 commit 98fbeca

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.openpublishing.publish.config.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"build_output_subfolder": "vcppdocs",
88
"locale": "en-us",
99
"monikers": [],
10-
"moniker_ranges": [">= vs-2015"],
10+
"moniker_ranges": [
11+
">= vs-2015"
12+
],
1113
"open_to_public_contributors": true,
1214
"type_mapping": {
1315
"Conceptual": "Content",
@@ -56,5 +58,8 @@
5658
}
5759
},
5860
"need_generate_pdf": false,
59-
"need_generate_intellisense": false
60-
}
61+
"need_generate_intellisense": false,
62+
"docs_build_engine": {
63+
"name": "docfx_v3"
64+
}
65+
}

0 commit comments

Comments
 (0)