Skip to content

Commit e93f8ea

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/office-docs-powershell of branch main
1 parent 8a84310 commit e93f8ea

File tree

5 files changed

+82
-28
lines changed

5 files changed

+82
-28
lines changed

.openpublishing.publish.config.json

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
]
9797
},
9898
{
99-
"docset_name": "staffhub-ps",
100-
"build_source_folder": "staffhub",
101-
"build_output_subfolder": "staffhub-ps",
99+
"docset_name": "spmt-ps",
100+
"build_source_folder": "spmt",
101+
"build_output_subfolder": "spmt-ps",
102102
"locale": "en-us",
103103
"monikers": [],
104104
"moniker_ranges": [],
@@ -112,12 +112,15 @@
112112
},
113113
"build_entry_point": "docs",
114114
"template_folder": "_themes",
115-
"version": 0
115+
"version": 0,
116+
"monikerPath": [
117+
"mapping/monikerMapping.json"
118+
]
116119
},
117120
{
118-
"docset_name": "teams-ps",
119-
"build_source_folder": "teams",
120-
"build_output_subfolder": "teams-ps",
121+
"docset_name": "staffhub-ps",
122+
"build_source_folder": "staffhub",
123+
"build_output_subfolder": "staffhub-ps",
121124
"locale": "en-us",
122125
"monikers": [],
123126
"moniker_ranges": [],
@@ -131,20 +134,12 @@
131134
},
132135
"build_entry_point": "docs",
133136
"template_folder": "_themes",
134-
"version": 0,
135-
"customized_tasks": {
136-
"docset_prebuild": [
137-
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
138-
]
139-
},
140-
"monikerPath": [
141-
"mapping/monikerMapping.json"
142-
]
137+
"version": 0
143138
},
144139
{
145-
"docset_name": "spmt-ps",
146-
"build_source_folder": "spmt",
147-
"build_output_subfolder": "spmt-ps",
140+
"docset_name": "teams-ps",
141+
"build_source_folder": "teams",
142+
"build_output_subfolder": "teams-ps",
148143
"locale": "en-us",
149144
"monikers": [],
150145
"moniker_ranges": [],
@@ -159,6 +154,11 @@
159154
"build_entry_point": "docs",
160155
"template_folder": "_themes",
161156
"version": 0,
157+
"customized_tasks": {
158+
"docset_prebuild": [
159+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
160+
]
161+
},
162162
"monikerPath": [
163163
"mapping/monikerMapping.json"
164164
]
@@ -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)