Skip to content

Commit 3b572bd

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/office-docs-powershell of branch main
1 parent 79b0d8d commit 3b572bd

File tree

5 files changed

+63
-9
lines changed

5 files changed

+63
-9
lines changed

.openpublishing.publish.config.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,7 @@
195195
"sync_notification_subscribers": [],
196196
"branches_to_filter": [],
197197
"git_repository_branch_open_to_public_contributors": "main",
198-
"skip_source_output_uploading": false,
199198
"need_preview_pull_request": true,
200-
"enable_incremental_build": false,
201-
"contribution_branch_mappings": {},
202199
"dependent_repositories": [
203200
{
204201
"path_to_root": "_themes",
@@ -212,12 +209,16 @@
212209
"Publish"
213210
]
214211
},
215-
"need_generate_pdf_url_template": false,
216212
"targets": {
217213
"Pdf": {
218214
"template_folder": "_themes.pdf"
219215
}
220216
},
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,
221222
"need_generate_intellisense": false,
222223
"dependent_packages": [
223224
{
@@ -227,8 +228,5 @@
227228
"target_framework": "net45",
228229
"version": "latest"
229230
}
230-
],
231-
"docs_build_engine": {
232-
"name": "docfx_v3"
233-
}
234-
}
231+
]
232+
}

sharepoint/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Index
2+
href: index.md
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: '<please enter product name here>'
2+
tocHref: /
3+
topicHref: /

sharepoint/docfx.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
}

sharepoint/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to sharepoint-ps!

0 commit comments

Comments
 (0)