1
1
{
2
2
"build_entry_point" : " docs" ,
3
- "need_generate_pdf" : false ,
4
- "need_generate_intellisense" : false ,
5
3
"docsets_to_publish" : [
6
4
{
7
5
"docset_name" : " AzureJava" ,
8
6
"build_source_folder" : " ." ,
9
7
"build_output_subfolder" : " azure/sdk/java" ,
10
8
"locale" : " en-us" ,
11
9
"monikers" : [],
10
+ "moniker_ranges" : [],
12
11
"open_to_public_contributors" : true ,
13
12
"type_mapping" : {
14
13
"Conceptual" : " Content" ,
18
17
},
19
18
"build_entry_point" : " docs" ,
20
19
"template_folder" : " _themes" ,
21
- "customized_template_paths" : [
22
- " _dependentPackages/memberpage.plugins/content"
20
+ "customized_template_paths" : [
21
+ " _dependentPackages/memberpage.plugins/content"
23
22
],
24
- "customized_tasks" : {
23
+ "customized_tasks" : {
25
24
"docset_prebuild" : [
26
25
" _dependentPackages/splitToc/tools/run.ps1" ,
27
26
" _dependentPackages/CommonPlugins/tools/JoinTOC.ps1" ,
33
32
],
34
33
"notification_subscribers" : [],
35
34
"branches_to_filter" : [],
35
+ "git_repository_branch_open_to_public_contributors" : " master" ,
36
36
"skip_source_output_uploading" : false ,
37
37
"need_preview_pull_request" : false ,
38
+ "enable_incremental_build" : false ,
38
39
"dependent_repositories" : [
39
40
{
40
41
"path_to_root" : " _themes" ,
61
62
"branch_mapping" : {}
62
63
}
63
64
],
65
+ "need_generate_pdf_url_template" : false ,
66
+ "need_generate_pdf" : false ,
67
+ "need_generate_intellisense" : false ,
64
68
"dependent_packages" : [
65
69
{
66
70
"id" : " Microsoft.OpenPublishing.CommonPlugins" ,
76
80
"target_framework" : " net45" ,
77
81
"version" : " latest"
78
82
},
79
- {
83
+ {
80
84
"id" : " memberpage.plugins" ,
81
85
"nuget_feed" : " https://www.myget.org/F/docfx/api/v2" ,
82
86
"path_to_root" : " _dependentPackages/memberpage.plugins" ,
93
97
"ConceptualTOCUrl" : " /java/azure/toc.json?view=azure-java-stable" ,
94
98
"HideEmptyNode" : false ,
95
99
"ContainerPageMetadata" : {
96
- "langs" : [" java" ],
100
+ "langs" : [
101
+ " java"
102
+ ],
97
103
"open_to_public_contributors" : false
98
104
}
99
105
},
105
111
"ConceptualTOCUrl" : " /java/azure/toc.json?view=azure-java-preview" ,
106
112
"HideEmptyNode" : false ,
107
113
"ContainerPageMetadata" : {
108
- "langs" : [" java" ],
114
+ "langs" : [
115
+ " java"
116
+ ],
109
117
"open_to_public_contributors" : false
110
118
}
111
119
}
112
120
],
113
121
"DiffFolder" : [
114
122
" docs-ref-autogen/overview/azure"
115
123
],
116
- "toc_path_need_to_split" : " docs-ref-autogen/toc.yml" ,
117
- "git_repository_branch_open_to_public_contributors" : " master" ,
118
- "need_generate_pdf_url_template" : false ,
119
- "enable_incremental_build" : false
120
- }
124
+ "toc_path_need_to_split" : " docs-ref-autogen/toc.yml"
125
+ }
0 commit comments