update with existing .openpublishing.publish.config.json

This commit is contained in:
stonezy123 2021-07-01 16:10:23 +08:00
Родитель a8edc0ed8d
Коммит bfb000ba18
1 изменённых файлов: 28 добавлений и 28 удалений

Просмотреть файл

@ -1,14 +1,28 @@
{
"docsets_to_publish": [
{
"docset_name": "azuredotnet",
"build_source_folder": ".",
"customized_tasks": {
"docset_postbuild": [
"_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1"
],
"docset_prebuild": [
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
"_dependentPackages/CommonPlugins/tools/SplitTOC.ps1",
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1",
"_dependentPackages/CommonPlugins/tools/DiffFolder.ps1"
]
},
"build_output_subfolder": ".",
"locale": "de-DE",
"docset_name": "azuredotnet",
"open_to_public_contributors": false,
"monikers": [
"azure-dotnet"
],
"open_to_public_contributors": false,
"version": 0,
"build_source_folder": ".",
"template_folder": "_themes",
"build_entry_point": "docs",
"type_mapping": {
"APIConnector": "Content",
"RestApi": "Content",
@ -22,21 +36,7 @@
"NetMember": "Content",
"NetType": "Content",
"ReferenceContainer": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"customized_tasks": {
"docset_postbuild": [
"_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1"
],
"docset_prebuild": [
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
"_dependentPackages/CommonPlugins/tools/SplitTOC.ps1",
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1",
"_dependentPackages/CommonPlugins/tools/DiffFolder.ps1"
]
},
"version": 0
}
}
],
"notification_subscribers": [],
@ -54,6 +54,15 @@
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "_repo.en-us",
"url": "https://github.com/Azure/azure-docs-sdk-dotnet",
"branch": "live",
"branch_mapping": {
"live": "live",
"main": "main"
}
},
{
"path_to_root": "azure-storage-net",
"url": "https://github.com/Azure/azure-storage-net",
@ -65,15 +74,6 @@
"url": "https://github.com/Azure-Samples/aci-docs-sample-dotnet",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "_repo.en-us",
"url": "https://github.com/Azure/azure-docs-sdk-dotnet",
"branch": "live",
"branch_mapping": {
"live": "live",
"main": "main"
}
}
],
"need_generate_pdf_url_template": false,
@ -124,4 +124,4 @@
"version": "latest"
}
]
}
}