Initialize Docs repository: https://github.com/dotnet/docs-desktop of branch live

This commit is contained in:
cmcclister
2020-08-07 21:50:02 +00:00
parent 6c2877b4f0
commit c2300924fd
+19 -2
View File
@@ -29,10 +29,27 @@
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "_themes.pdf",
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
"branch": "master",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"need_generate_pdf_url_template": false,
"branch_target_mapping": {
"live": [
"Publish",
"Pdf",
"Intellisense"
]
},
"need_generate_pdf_url_template": true,
"targets": {
"pdf": {
"template_folder": "_themes.pdf"
}
},
"docs_build_engine": {
"name": "docfx_v3"
}