File tree Expand file tree Collapse file tree 4 files changed +83
-1
lines changed Expand file tree Collapse file tree 4 files changed +83
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "docsets_to_publish" : [],
2
+ "docsets_to_publish" : [
3
+ {
4
+ "docset_name" : " microsoft-authentication-library-js" ,
5
+ "build_source_folder" : " nodejs" ,
6
+ "build_output_subfolder" : " microsoft-authentication-library-js" ,
7
+ "locale" : " en-us" ,
8
+ "monikers" : [],
9
+ "moniker_ranges" : [],
10
+ "open_to_public_contributors" : true ,
11
+ "type_mapping" : {
12
+ "Conceptual" : " Content" ,
13
+ "RestApi" : " Content" ,
14
+ "TSType" : " Content" ,
15
+ "TSPackage" : " Content" ,
16
+ "TSEnum" : " Content" ,
17
+ "TSTypeAlias" : " Content" ,
18
+ "ReferenceContainer" : " Content"
19
+ },
20
+ "build_entry_point" : " docs" ,
21
+ "template_folder" : " _themes" ,
22
+ "base_path" : " javascript" ,
23
+ "site_name" : " Docs"
24
+ }
25
+ ],
3
26
"notification_subscribers" : [],
4
27
"sync_notification_subscribers" : [],
5
28
"branches_to_filter" : [],
Original file line number Diff line number Diff line change
1
+
2
+ - name : Docs
3
+ href : /
4
+ homepage : /
5
+ items:
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "markdownEngineName" : " markdig" ,
4
+ "content" : [
5
+ {
6
+ "files" : [
7
+ " **/*.md" ,
8
+ " **/*.yml"
9
+ ],
10
+ "src" : " docs-ref-autogen" ,
11
+ "exclude" : [
12
+ " **/obj/**" ,
13
+ " **/includes/**" ,
14
+ " README.md" ,
15
+ " LICENSE" ,
16
+ " LICENSE-CODE" ,
17
+ " ThirdPartyNotices"
18
+ ]
19
+ },
20
+ {
21
+ "files" : [
22
+ " **/*.yml"
23
+ ],
24
+ "src" : " breadcrumb" ,
25
+ "dest" : " breadcrumb" ,
26
+ "exclude" : [
27
+ " **/obj/**" ,
28
+ " **/includes/**"
29
+ ]
30
+ }
31
+ ],
32
+ "resource" : [
33
+ {
34
+ "files" : [
35
+ " **/*.png" ,
36
+ " **/*.jpg"
37
+ ],
38
+ "exclude" : [
39
+ " **/obj/**" ,
40
+ " **/includes/**"
41
+ ]
42
+ }
43
+ ],
44
+ "overwrite" : [],
45
+ "externalReference" : [],
46
+ "globalMetadata" : {
47
+ "breadcrumb_path" : " ~/breadcrumb/toc.yml"
48
+ },
49
+ "fileMetadata" : {},
50
+ "template" : [],
51
+ "dest" : " _site"
52
+ }
53
+ }
Original file line number Diff line number Diff line change
1
+ - name : Sample
You can’t perform that action at this time.
0 commit comments