From 7e1127632ed2d16bab9b288283ffd2f02649673f Mon Sep 17 00:00:00 2001 From: wnjenkin Date: Fri, 17 Jul 2020 18:51:09 +0000 Subject: [PATCH] Initialize Docs repository: https://github.com/MicrosoftDocs/azure-devops-docs-sdk-dotnet of branch live --- .openpublishing.publish.config.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 145f672..839d65a 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -14,15 +14,17 @@ "type_mapping": { "Conceptual": "Content", "ManagedReference": "Content", + "NetEnum": "Content", + "NetDelegate": "Content", + "NetNamespace": "Content", + "NetMember": "Content", + "NetType": "Content", "RestApi": "Content" }, "build_entry_point": "docs", "template_folder": "_themes", "base_path": "dotnet", "site_name": "Docs", - "customized_template_paths": [ - "_dependentPackages/memberpage.plugins/content" - ], "customized_tasks": { "docset_prebuild": [ "_dependentPackages/ECMA2Yaml/tools/Run.ps1", @@ -44,6 +46,9 @@ ], "DiffFolder": [ "azure-devops-dotnet/api" + ], + "customized_template_paths": [ + "_dependentPackages/memberpage.plugins/content" ] } ], @@ -59,21 +64,14 @@ "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": { "live": [ - "Publish", - "Pdf" + "Publish" ] }, - "need_generate_pdf_url_template": true, + "need_generate_pdf_url_template": false, "targets": { "pdf": { "template_folder": "_themes.pdf"