Update .openpublishing.publish.config.json

This commit is contained in:
Tianqi Zhang 2019-07-02 14:49:15 +08:00 коммит произвёл GitHub
Родитель 407b1b5766
Коммит c45c06bc64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 96 добавлений и 84 удалений

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

@ -1,86 +1,98 @@
{
"docsets_to_publish": [
{
"docset_name": "ml-api-docs",
"build_source_folder": "dotnet",
"build_output_subfolder": "ml-api-docs",
"locale": "en-us",
"monikers": [
"ml-dotnet"
],
"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",
"moniker_groups": [],
"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"
]
}
}
],
"notification_subscribers": [],
"branches_to_filter": [],
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"need_pr_comments": false,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "docs/samples",
"url": "https://github.com/dotnet/machinelearning",
"branch": "master",
"branch_mapping": {}
}
],
"need_generate_pdf_url_template": false,
"need_generate_pdf": false,
"need_generate_intellisense": false,
"dependent_packages": [
{
"id": "Microsoft.DocAsCode.ECMA2Yaml",
"nuget_feed": "https://www.myget.org/F/op-dev/api/v2",
"path_to_root": "_dependentPackages/ECMA2Yaml",
"target_framework": "net45",
"version": "latest-prerelease"
},
{
"id": "Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/CommonPlugins",
"target_framework": "net45",
"version": "latest"
}
],
"ECMA2Yaml": {
"SourceXmlFolder": "dotnet/xml",
"OutputYamlFolder": "dotnet/api",
"Flatten": true,
"SDPMode": true
},
"DiffFolder": [
"dotnet/api"
],
"SplitTOC": "dotnet/api/toc.yml"
"docsets_to_publish":[
{
"docset_name":"ml-api-docs",
"build_source_folder":"dotnet",
"build_output_subfolder":"ml-api-docs",
"locale":"en-us",
"monikers":[
"ml-dotnet"
],
"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",
"moniker_groups":[
],
"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"
]
}
}
],
"notification_subscribers":[
],
"branches_to_filter":[
],
"skip_source_output_uploading":false,
"need_preview_pull_request":true,
"need_pr_comments":false,
"dependent_repositories":[
{
"path_to_root":"_themes",
"url":"https://github.com/Microsoft/templates.docs.msft",
"branch":"master",
"branch_mapping":{
}
},
{
"path_to_root":"docs/samples",
"url":"https://github.com/dotnet/machinelearning",
"branch":"master",
"branch_mapping":{
}
}
],
"need_generate_pdf_url_template":false,
"need_generate_pdf":false,
"need_generate_intellisense":false,
"dependent_packages":[
{
"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":"Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed":"https://www.myget.org/F/op/api/v2",
"path_to_root":"_dependentPackages/CommonPlugins",
"target_framework":"net45",
"version":"latest"
}
],
"ECMA2Yaml":{
"SourceXmlFolder":"dotnet/xml",
"OutputYamlFolder":"dotnet/api",
"Flatten":true,
"SDPMode":true
},
"DiffFolder":[
"dotnet/api"
],
"SplitTOC":"dotnet/api/toc.yml"
}