File tree Expand file tree Collapse file tree 3 files changed +70
-2
lines changed Expand file tree Collapse file tree 3 files changed +70
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "Docsets" : [],
2+ "Docsets" : [
3+ {
4+ "DocsetName" : " azure-ai" ,
5+ "BuildSourceFolder" : " ."
6+ }
7+ ],
38 "MetadataDelimiter" : " \" " ,
49 "Exclude" : [],
510 "PreloadTOCFiles" : [],
Original file line number Diff line number Diff line change 11{
2- "docsets_to_publish" : [],
2+ "docsets_to_publish" : [
3+ {
4+ "docset_name" : " azure-ai" ,
5+ "build_source_folder" : " ." ,
6+ "build_output_subfolder" : " azure-ai" ,
7+ "locale" : " en-us" ,
8+ "monikers" : [],
9+ "open_to_public_contributors" : true ,
10+ "type_mapping" : {
11+ "Conceptual" : " Content"
12+ },
13+ "build_entry_point" : " docs"
14+ }
15+ ],
316 "notification_subscribers" : [],
417 "sync_notification_subscribers" : [],
518 "branches_to_filter" : [],
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "content" : [
4+ {
5+ "files" : [
6+ " **/*.md" ,
7+ " **/*.yml"
8+ ],
9+ "exclude" : [
10+ " **/obj/**" ,
11+ " **/includes/**" ,
12+ " _themes/**" ,
13+ " _themes.pdf/**" ,
14+ " **/docfx.json" ,
15+ " _repo.en-us/**" ,
16+ " README.md" ,
17+ " LICENSE" ,
18+ " LICENSE-CODE" ,
19+ " ThirdPartyNotices.md" ,
20+ " SECURITY.md"
21+ ]
22+ }
23+ ],
24+ "resource" : [
25+ {
26+ "files" : [
27+ " **/*.png" ,
28+ " **/*.jpg"
29+ ],
30+ "exclude" : [
31+ " **/obj/**" ,
32+ " **/includes/**" ,
33+ " _themes/**" ,
34+ " _themes.pdf/**" ,
35+ " **/docfx.json" ,
36+ " _repo.en-us/**"
37+ ]
38+ }
39+ ],
40+ "overwrite" : [],
41+ "externalReference" : [],
42+ "globalMetadata" : {
43+ "breadcrumb_path" : " ~/breadcrumb/azure-ai/toc.yml" ,
44+ "feedback_system" : " Standard" ,
45+ "permissioned-type" : " public"
46+ },
47+ "fileMetadata" : {},
48+ "template" : []
49+ }
50+ }
You can’t perform that action at this time.
0 commit comments