Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Remove XamarinAndroidAPI in .openpublishing.publish.config.json under…
Browse files Browse the repository at this point in the history
… main branch.
  • Loading branch information
Saisang committed May 29, 2024
1 parent 9b7ea12 commit eff3868
Showing 1 changed file with 45 additions and 95 deletions.
140 changes: 45 additions & 95 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit eff3868

Please sign in to comment.