2016-10-27 12:44:38 +08:00
|
|
|
{
|
|
|
|
"build_entry_point": "docs",
|
|
|
|
"docsets_to_publish": [
|
2016-10-29 03:14:22 +08:00
|
|
|
{
|
2016-10-29 03:18:50 +08:00
|
|
|
"docset_name": "aspnet-core-conceptual",
|
|
|
|
"build_source_folder": "aspnetcore",
|
2017-12-30 13:00:00 +08:00
|
|
|
"build_output_subfolder": "aspnetcore",
|
2016-10-29 03:14:22 +08:00
|
|
|
"locale": "en-us",
|
2019-03-19 03:38:34 +08:00
|
|
|
"moniker_ranges": [
|
|
|
|
">= aspnetcore-1.0"
|
|
|
|
],
|
2019-12-04 00:19:10 +08:00
|
|
|
"xref_query_tags": [
|
|
|
|
"/dotnet",
|
|
|
|
"/aspnet"
|
|
|
|
],
|
2016-10-29 03:14:22 +08:00
|
|
|
"open_to_public_contributors": true,
|
|
|
|
"type_mapping": {
|
|
|
|
"Conceptual": "Content",
|
|
|
|
"ManagedReference": "Content",
|
2020-07-03 11:15:35 +08:00
|
|
|
"RestApi": "Content",
|
|
|
|
"ZonePivotGroups": "Toc"
|
2016-10-29 03:14:22 +08:00
|
|
|
},
|
2018-04-11 00:08:25 +08:00
|
|
|
"template_folder": "_themes",
|
2019-03-19 03:38:34 +08:00
|
|
|
"version": 0
|
2016-10-27 12:44:38 +08:00
|
|
|
}
|
|
|
|
],
|
2022-04-08 06:29:23 +08:00
|
|
|
"notification_subscribers": [
|
|
|
|
"riande@microsoft.com"
|
|
|
|
],
|
2016-10-27 12:44:38 +08:00
|
|
|
"branches_to_filter": [],
|
2021-03-10 12:40:27 +08:00
|
|
|
"git_repository_branch_open_to_public_contributors": "main",
|
2016-10-27 12:44:38 +08:00
|
|
|
"skip_source_output_uploading": false,
|
2019-03-19 03:38:34 +08:00
|
|
|
"need_preview_pull_request": true,
|
|
|
|
"need_pr_comments": false,
|
2022-04-08 01:55:49 +08:00
|
|
|
"contribution_branch_mappings": null,
|
2016-10-27 12:44:38 +08:00
|
|
|
"dependent_repositories": [
|
|
|
|
{
|
|
|
|
"path_to_root": "_themes",
|
|
|
|
"url": "https://github.com/Microsoft/templates.docs.msft",
|
2022-04-08 01:55:49 +08:00
|
|
|
"branch": "main",
|
2019-03-19 03:38:34 +08:00
|
|
|
"branch_mapping": {}
|
2016-11-22 08:49:22 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path_to_root": "_themes.pdf",
|
|
|
|
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
|
2022-04-08 01:55:49 +08:00
|
|
|
"branch": "main",
|
2019-03-19 03:38:34 +08:00
|
|
|
"branch_mapping": {}
|
2021-02-17 08:18:41 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path_to_root": "xamarin-forms-samples",
|
|
|
|
"url": "https://github.com/xamarin/xamarin-forms-samples",
|
2021-08-23 23:27:03 +08:00
|
|
|
"branch": "main",
|
2021-02-17 08:18:41 +08:00
|
|
|
"branch_mapping": {}
|
2022-02-05 02:39:55 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path_to_root": "blazor-samples",
|
|
|
|
"url": "https://github.com/dotnet/blazor-samples",
|
|
|
|
"branch": "main",
|
|
|
|
"branch_mapping": {}
|
2022-03-15 18:30:41 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path_to_root": "AspNetCore.Docs.Samples",
|
|
|
|
"url": "https://github.com/dotnet/AspNetCore.Docs.Samples",
|
|
|
|
"branch": "main",
|
|
|
|
"branch_mapping": {}
|
2024-11-13 03:40:23 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path_to_root": "_razor",
|
|
|
|
"url": "https://github.com/dotnet/razor",
|
|
|
|
"branch": "main",
|
|
|
|
"include_in_build": true,
|
|
|
|
"branch_mapping": {}
|
2019-03-19 03:38:34 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"branch_target_mapping": {
|
|
|
|
"live": [
|
|
|
|
"Publish",
|
|
|
|
"Pdf"
|
|
|
|
],
|
2021-03-10 12:40:27 +08:00
|
|
|
"main": [
|
2019-03-19 03:38:34 +08:00
|
|
|
"Publish",
|
|
|
|
"Pdf"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"need_generate_pdf_url_template": true,
|
|
|
|
"targets": {
|
|
|
|
"Pdf": {
|
|
|
|
"template_folder": "_themes.pdf"
|
2016-10-27 12:44:38 +08:00
|
|
|
}
|
2019-03-19 03:38:34 +08:00
|
|
|
},
|
|
|
|
"need_generate_pdf": false,
|
2019-12-07 07:07:25 +08:00
|
|
|
"need_generate_intellisense": false,
|
|
|
|
"docs_build_engine": {
|
|
|
|
"name": "docfx_v3"
|
|
|
|
}
|
2022-04-08 01:55:49 +08:00
|
|
|
}
|