File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "docsets_to_publish" : [],
2+ "docsets_to_publish" : [
3+ {
4+ "docset_name" : " wsl" ,
5+ "build_source_folder" : " wsl" ,
6+ "build_output_subfolder" : " wsl" ,
7+ "locale" : " en-us" ,
8+ "monikers" : [],
9+ "moniker_ranges" : [],
10+ "open_to_public_contributors" : true ,
11+ "type_mapping" : {
12+ "Conceptual" : " Content" ,
13+ "ManagedReference" : " Content" ,
14+ "RestApi" : " Content"
15+ },
16+ "build_entry_point" : " docs" ,
17+ "template_folder" : " _themes"
18+ }
19+ ],
320 "notification_subscribers" : [],
421 "branches_to_filter" : [],
522 "skip_source_output_uploading" : false ,
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+ " README.md" ,
13+ " LICENSE" ,
14+ " LICENSE-CODE" ,
15+ " ThirdPartyNotices"
16+ ]
17+ }
18+ ],
19+ "resource" : [
20+ {
21+ "files" : [
22+ " **/*.png" ,
23+ " **/*.jpg"
24+ ],
25+ "exclude" : [
26+ " **/obj/**" ,
27+ " **/includes/**"
28+ ]
29+ }
30+ ],
31+ "overwrite" : [],
32+ "externalReference" : [],
33+ "globalMetadata" : {
34+ "breadcrumb_path" : " /windows/wsl/breadcrumb/toc.json" ,
35+ "extendBreadcrumb" : true
36+ },
37+ "fileMetadata" : {},
38+ "template" : [],
39+ "dest" : " wsl"
40+ }
41+ }
You can’t perform that action at this time.
0 commit comments