File tree Expand file tree Collapse file tree 5 files changed +63
-9
lines changed Expand file tree Collapse file tree 5 files changed +63
-9
lines changed Original file line number Diff line number Diff line change 195
195
"sync_notification_subscribers" : [],
196
196
"branches_to_filter" : [],
197
197
"git_repository_branch_open_to_public_contributors" : " main" ,
198
- "skip_source_output_uploading" : false ,
199
198
"need_preview_pull_request" : true ,
200
- "enable_incremental_build" : false ,
201
- "contribution_branch_mappings" : {},
202
199
"dependent_repositories" : [
203
200
{
204
201
"path_to_root" : " _themes" ,
212
209
" Publish"
213
210
]
214
211
},
215
- "need_generate_pdf_url_template" : false ,
216
212
"targets" : {
217
213
"Pdf" : {
218
214
"template_folder" : " _themes.pdf"
219
215
}
220
216
},
217
+ "docs_build_engine" : {},
218
+ "skip_source_output_uploading" : false ,
219
+ "enable_incremental_build" : false ,
220
+ "contribution_branch_mappings" : {},
221
+ "need_generate_pdf_url_template" : false ,
221
222
"need_generate_intellisense" : false ,
222
223
"dependent_packages" : [
223
224
{
227
228
"target_framework" : " net45" ,
228
229
"version" : " latest"
229
230
}
230
- ],
231
- "docs_build_engine" : {
232
- "name" : " docfx_v3"
233
- }
234
- }
231
+ ]
232
+ }
Original file line number Diff line number Diff line change
1
+ - name : Index
2
+ href : index.md
Original file line number Diff line number Diff line change
1
+ - name : ' <please enter product name here>'
2
+ tocHref : /
3
+ topicHref : /
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/sharepoint-ps/toc.yml" ,
44
+ "feedback_system" : " Standard" ,
45
+ "permissioned-type" : " public"
46
+ },
47
+ "fileMetadata" : {},
48
+ "template" : []
49
+ }
50
+ }
Original file line number Diff line number Diff line change
1
+ # Welcome to sharepoint-ps!
You can’t perform that action at this time.
0 commit comments