Skip to content

Commit c729617

Browse files
authored
Merge pull request dotnet#141 from dotnet/docs-build-v3
Update config to enable docfx v3
2 parents b40a87b + 6eacf97 commit c729617

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,8 @@
8282
"DiffFolder": [
8383
"dotnet/api"
8484
],
85-
"SplitTOC": "dotnet/api/toc.yml"
85+
"SplitTOC": "dotnet/api/toc.yml",
86+
"docs_build_engine": {
87+
"name": "docfx_v3"
88+
}
8689
}

0 commit comments

Comments
 (0)