File tree 4 files changed +57
-1
lines changed
4 files changed +57
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"need_generate_pdf" : false ,
3
3
"need_generate_intellisense" : false ,
4
- "docsets_to_publish" : [],
4
+ "docsets_to_publish" : [
5
+ {
6
+ "docset_name" : " SP-Framework" ,
7
+ "build_source_folder" : " SP-Framework" ,
8
+ "build_output_subfolder" : " SP-Framework" ,
9
+ "locale" : " en-us" ,
10
+ "monikers" : [],
11
+ "moniker_ranges" : [],
12
+ "open_to_public_contributors" : true ,
13
+ "type_mapping" : {
14
+ "Conceptual" : " Content" ,
15
+ "ManagedReference" : " Content" ,
16
+ "RestApi" : " Content"
17
+ },
18
+ "build_entry_point" : " docs" ,
19
+ "template_folder" : " _themes"
20
+ }
21
+ ],
5
22
"notification_subscribers" : [],
6
23
"branches_to_filter" : [],
7
24
"skip_source_output_uploading" : false ,
Original file line number Diff line number Diff line change
1
+ # [ Index] ( index.md )
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "content" : [
4
+ {
5
+ "files" : [
6
+ " **/*.md"
7
+ ],
8
+ "exclude" : [
9
+ " **/obj/**" ,
10
+ " **/includes/**" ,
11
+ " README.md" ,
12
+ " LICENSE" ,
13
+ " LICENSE-CODE" ,
14
+ " ThirdPartyNotices"
15
+ ]
16
+ }
17
+ ],
18
+ "resource" : [
19
+ {
20
+ "files" : [
21
+ " **/*.png" ,
22
+ " **/*.jpg"
23
+ ],
24
+ "exclude" : [
25
+ " **/obj/**" ,
26
+ " **/includes/**"
27
+ ]
28
+ }
29
+ ],
30
+ "overwrite" : [],
31
+ "externalReference" : [],
32
+ "globalMetadata" : {},
33
+ "fileMetadata" : {},
34
+ "template" : [],
35
+ "dest" : " SP-Framework"
36
+ }
37
+ }
Original file line number Diff line number Diff line change
1
+ # Welcome to SP-Framework!
You can’t perform that action at this time.
0 commit comments