diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index a1b7e195c..a745109a5 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -1,95 +1,45 @@ -{ - "docsets_to_publish": [ - { - "docset_name": "XamarinAndroidAPI", - "build_source_folder": "docs/Mono.Android/en", - "build_output_subfolder": "XamarinAndroidAPI", - "locale": "en-us", - "monikers": [], - "moniker_ranges": [], - "open_to_public_contributors": false, - "type_mapping": { - "Conceptual": "Content", - "ManagedReference": "Content", - "RestApi": "Content", - "NetEnum": "Content", - "NetDelegate": "Content", - "NetNamespace": "Content", - "NetMember": "Content", - "NetType": "Content" - }, - "build_entry_point": "docs", - "template_folder": "_themes", - "base_path": "dotnet", - "site_name": "Docs", - "customized_template_paths": [], - "customized_tasks": { - "docset_prebuild": [ - "_dependentPackages/ECMA2Yaml/tools/Run.ps1", - "_dependentPackages/CommonPlugins/tools/SplitTOC.ps1", - "_dependentPackages/CommonPlugins/tools/DiffFolder.ps1" - ], - "docset_postbuild": [ - "_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1" - ] - }, - "ECMA2Yaml": { - "SourceXmlFolder": "docs/Mono.Android/en", - "OutputYamlFolder": "docs/Mono.Android/en/api", - "Flatten": true, - "id": "XamarinAndroidAPI", - "SDPMode": "true" - }, - "SplitTOC": [ - "docs/Mono.Android/en/api/XamarinAndroidAPI/toc.yml" - ], - "DiffFolder": [ - "docs/Mono.Android/en/api" - ] - } - ], - "notification_subscribers": [], - "sync_notification_subscribers": [], - "branches_to_filter": [], - "skip_source_output_uploading": false, - "need_preview_pull_request": true, - "contribution_branch_mappings": {}, - "dependent_repositories": [ - { - "path_to_root": "_themes", - "url": "https://github.com/Microsoft/templates.docs.msft", - "branch": "main", - "branch_mapping": {} - } - ], - "branch_target_mapping": {}, - "need_generate_pdf_url_template": false, - "need_generate_pdf": false, - "need_generate_intellisense": false, - "dependent_packages": [ - { - "id": "Microsoft.OpenPublishing.CommonPlugins", - "nuget_feed": "https://www.myget.org/F/op/api/v2", - "path_to_root": "_dependentPackages/CommonPlugins", - "target_framework": "net45", - "version": "latest" - }, - { - "id": "Microsoft.DocAsCode.ECMA2Yaml", - "nuget_feed": "https://www.myget.org/F/op/api/v2", - "path_to_root": "_dependentPackages/ECMA2Yaml", - "target_framework": "net45", - "version": "latest" - }, - { - "id": "memberpage.plugins", - "nuget_feed": "https://www.myget.org/F/docfx/api/v2", - "path_to_root": "_dependentPackages/memberpage.plugins", - "target_framework": "net45", - "version": "latest" - } - ], - "docs_build_engine": { - "name": "docfx_v3" - } -} +{ + "docsets_to_publish": [], + "notification_subscribers": [], + "sync_notification_subscribers": [], + "branches_to_filter": [], + "need_preview_pull_request": true, + "dependent_repositories": [ + { + "path_to_root": "_themes", + "url": "https://github.com/Microsoft/templates.docs.msft", + "branch": "main", + "branch_mapping": {} + } + ], + "branch_target_mapping": {}, + "docs_build_engine": {}, + "skip_source_output_uploading": false, + "contribution_branch_mappings": {}, + "need_generate_pdf_url_template": false, + "need_generate_pdf": false, + "need_generate_intellisense": false, + "dependent_packages": [ + { + "id": "Microsoft.OpenPublishing.CommonPlugins", + "nuget_feed": "https://www.myget.org/F/op/api/v2", + "path_to_root": "_dependentPackages/CommonPlugins", + "target_framework": "net45", + "version": "latest" + }, + { + "id": "Microsoft.DocAsCode.ECMA2Yaml", + "nuget_feed": "https://www.myget.org/F/op/api/v2", + "path_to_root": "_dependentPackages/ECMA2Yaml", + "target_framework": "net45", + "version": "latest" + }, + { + "id": "memberpage.plugins", + "nuget_feed": "https://www.myget.org/F/docfx/api/v2", + "path_to_root": "_dependentPackages/memberpage.plugins", + "target_framework": "net45", + "version": "latest" + } + ] +} \ No newline at end of file