File tree Expand file tree Collapse file tree 2 files changed +65
-0
lines changed Expand file tree Collapse file tree 2 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 90
90
},
91
91
"build_entry_point" : " docs" ,
92
92
"template_folder" : " _themes"
93
+ },
94
+ {
95
+ "docset_name" : " vs-gamedev" ,
96
+ "build_source_folder" : " visualstudio/gamedev" ,
97
+ "build_output_subfolder" : " vs-gamedev" ,
98
+ "locale" : " en-us" ,
99
+ "monikers" : [],
100
+ "moniker_ranges" : [],
101
+ "open_to_public_contributors" : false ,
102
+ "type_mapping" : {
103
+ "Conceptual" : " Content"
104
+ },
105
+ "build_entry_point" : " docs" ,
106
+ "template_folder" : " _themes"
93
107
}
94
108
],
95
109
"notification_subscribers" : [],
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
+ ]
21
+ }
22
+ ],
23
+ "resource" : [
24
+ {
25
+ "files" : [
26
+ " **/*.png" ,
27
+ " **/*.jpg"
28
+ ],
29
+ "exclude" : [
30
+ " **/obj/**" ,
31
+ " **/includes/**" ,
32
+ " _themes/**" ,
33
+ " _themes.pdf/**" ,
34
+ " **/docfx.json" ,
35
+ " _repo.en-us/**"
36
+ ]
37
+ }
38
+ ],
39
+ "overwrite" : [],
40
+ "externalReference" : [],
41
+ "globalMetadata" : {
42
+ "breadcrumb_path" : " /visualstudio/gamedev/breadcrumb/toc.json" ,
43
+ "extendBreadcrumb" : true ,
44
+ "feedback_system" : " None"
45
+ },
46
+ "fileMetadata" : {},
47
+ "template" : [],
48
+ "dest" : " vs-gamedev" ,
49
+ "markdownEngineName" : " markdig"
50
+ }
51
+ }
You can’t perform that action at this time.
0 commit comments