2016-07-22 11:20:10 +03:00
|
|
|
{
|
|
|
|
"build_entry_point": "docs",
|
|
|
|
"need_generate_pdf": false,
|
2016-12-09 23:32:02 +03:00
|
|
|
"need_generate_intellisense": false,
|
2016-07-22 11:20:10 +03:00
|
|
|
"docsets_to_publish": [
|
|
|
|
{
|
|
|
|
"docset_name": "AzureJava",
|
|
|
|
"build_source_folder": ".",
|
|
|
|
"build_output_subfolder": "azure/sdk/java",
|
|
|
|
"locale": "en-us",
|
2017-04-24 08:49:34 +03:00
|
|
|
"monikers": [],
|
2016-07-22 11:20:10 +03:00
|
|
|
"open_to_public_contributors": true,
|
|
|
|
"type_mapping": {
|
|
|
|
"Conceptual": "Content",
|
|
|
|
"ManagedReference": "Content",
|
|
|
|
"RestApi": "Content"
|
|
|
|
},
|
|
|
|
"build_entry_point": "docs",
|
2017-04-24 06:57:20 +03:00
|
|
|
"template_folder": "_themes",
|
2017-05-08 14:13:13 +03:00
|
|
|
"customized_template_paths": [
|
|
|
|
"_dependentPackages/memberpage.plugins/content"
|
|
|
|
],
|
2017-04-24 09:08:13 +03:00
|
|
|
"customized_tasks": {
|
|
|
|
"docset_prebuild": [
|
2017-05-08 14:13:13 +03:00
|
|
|
"_dependentPackages/splitToc/tools/run.ps1",
|
2017-06-08 05:25:21 +03:00
|
|
|
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1"
|
2017-04-24 09:08:13 +03:00
|
|
|
]
|
|
|
|
},
|
2017-04-24 08:49:34 +03:00
|
|
|
"version": 0
|
2016-07-22 11:20:10 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"notification_subscribers": [],
|
|
|
|
"branches_to_filter": [],
|
|
|
|
"skip_source_output_uploading": false,
|
2016-12-09 23:32:02 +03:00
|
|
|
"need_preview_pull_request": false,
|
2016-07-22 11:20:10 +03:00
|
|
|
"dependent_repositories": [
|
|
|
|
{
|
|
|
|
"path_to_root": "_themes",
|
|
|
|
"url": "https://github.com/Microsoft/templates.docs.msft",
|
2017-05-09 06:26:20 +03:00
|
|
|
"branch": "master",
|
2016-07-22 11:20:10 +03:00
|
|
|
"branch_mapping": {}
|
|
|
|
}
|
2016-11-14 21:41:10 +03:00
|
|
|
],
|
2017-04-24 09:08:13 +03:00
|
|
|
"dependent_packages": [
|
2017-05-08 14:13:13 +03:00
|
|
|
{
|
2017-06-08 05:25:21 +03:00
|
|
|
"id": "Microsoft.OpenPublishing.CommonPlugins",
|
2017-05-10 05:41:36 +03:00
|
|
|
"nuget_feed": "https://www.myget.org/F/op/api/v2",
|
2017-06-08 05:25:21 +03:00
|
|
|
"path_to_root": "_dependentPackages/CommonPlugins",
|
2017-05-08 14:13:13 +03:00
|
|
|
"target_framework": "net45",
|
|
|
|
"version": "latest"
|
|
|
|
},
|
2017-04-24 09:08:13 +03:00
|
|
|
{
|
|
|
|
"id": "SplitToc",
|
2017-05-10 05:41:36 +03:00
|
|
|
"nuget_feed": "https://www.myget.org/F/op/api/v2",
|
2017-04-24 09:08:13 +03:00
|
|
|
"path_to_root": "_dependentPackages/splitToc",
|
|
|
|
"target_framework": "net45",
|
|
|
|
"version": "latest"
|
2017-05-08 14:13:13 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "memberpage.plugins",
|
|
|
|
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
|
|
|
|
"path_to_root": "_dependentPackages/memberpage.plugins",
|
|
|
|
"target_framework": "net45",
|
|
|
|
"version": "latest"
|
2017-04-24 09:08:13 +03:00
|
|
|
}
|
|
|
|
],
|
2017-05-08 14:13:13 +03:00
|
|
|
"JoinTOCPlugin": [
|
|
|
|
{
|
|
|
|
"TopLevelTOC": "docs-ref-mapping/reference.yml",
|
|
|
|
"ReferenceTOC": "docs-ref-autogen/toc.yml",
|
|
|
|
"ConceptualTOC": "docs-ref-conceptual/toc.yml",
|
|
|
|
"ReferenceTOCUrl": "/java/api/toc.json",
|
|
|
|
"ConceptualTOCUrl": "/java/azure/toc.json",
|
|
|
|
"HideEmptyNode": true,
|
|
|
|
"OutputFolder": "docs-ref-autogen/overview/azure",
|
|
|
|
"ContainerPageMetadata": {
|
|
|
|
"langs": ["java"],
|
|
|
|
"open_to_public_contributors": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"DiffFolder": [
|
|
|
|
"docs-ref-autogen/overview/azure"
|
|
|
|
],
|
2017-04-24 09:08:13 +03:00
|
|
|
"toc_path_need_to_split": "docs-ref-autogen/toc.yml",
|
2017-05-08 14:28:22 +03:00
|
|
|
"need_generate_pdf_url_template": false,
|
|
|
|
"enable_incremental_build": false
|
2017-05-09 06:26:20 +03:00
|
|
|
}
|