Skip to content

Commit 67ec306

Browse files
author
traya1
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/office-docs-powershell of branch main
1 parent bb1e783 commit 67ec306

File tree

9 files changed

+135
-15
lines changed

9 files changed

+135
-15
lines changed

.openpublishing.publish.config.json

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@
2727
"mapping/monikerMapping.json"
2828
]
2929
},
30+
{
31+
"docset_name": "ms-commerce",
32+
"build_source_folder": "ms-commerce",
33+
"build_output_subfolder": "ms-commerce",
34+
"locale": "en-us",
35+
"monikers": [],
36+
"moniker_ranges": [],
37+
"open_to_public_contributors": true,
38+
"type_mapping": {
39+
"Conceptual": "Content"
40+
},
41+
"build_entry_point": "docs",
42+
"template_folder": "_themes"
43+
},
3044
{
3145
"docset_name": "officewebapps-ps",
3246
"build_source_folder": "officewebapps",
@@ -109,9 +123,9 @@
109123
]
110124
},
111125
{
112-
"docset_name": "staffhub-ps",
113-
"build_source_folder": "staffhub",
114-
"build_output_subfolder": "staffhub-ps",
126+
"docset_name": "spmt-ps",
127+
"build_source_folder": "spmt",
128+
"build_output_subfolder": "spmt-ps",
115129
"locale": "en-us",
116130
"monikers": [],
117131
"moniker_ranges": [],
@@ -136,9 +150,9 @@
136150
]
137151
},
138152
{
139-
"docset_name": "teams-ps",
140-
"build_source_folder": "teams",
141-
"build_output_subfolder": "teams-ps",
153+
"docset_name": "staffhub-ps",
154+
"build_source_folder": "staffhub",
155+
"build_output_subfolder": "staffhub-ps",
142156
"locale": "en-us",
143157
"monikers": [],
144158
"moniker_ranges": [],
@@ -163,9 +177,9 @@
163177
]
164178
},
165179
{
166-
"docset_name": "spmt-ps",
167-
"build_source_folder": "spmt",
168-
"build_output_subfolder": "spmt-ps",
180+
"docset_name": "teams-ps",
181+
"build_source_folder": "teams",
182+
"build_output_subfolder": "teams-ps",
169183
"locale": "en-us",
170184
"monikers": [],
171185
"moniker_ranges": [],
@@ -223,8 +237,6 @@
223237
"git_repository_branch_open_to_public_contributors": "main",
224238
"skip_source_output_uploading": false,
225239
"need_preview_pull_request": true,
226-
"enable_incremental_build": false,
227-
"contribution_branch_mappings": {},
228240
"dependent_repositories": [
229241
{
230242
"path_to_root": "_themes",
@@ -244,6 +256,9 @@
244256
"template_folder": "_themes.pdf"
245257
}
246258
},
259+
"docs_build_engine": {},
260+
"enable_incremental_build": false,
261+
"contribution_branch_mappings": {},
247262
"need_generate_intellisense": false,
248263
"dependent_packages": [
249264
{
@@ -253,8 +268,5 @@
253268
"target_framework": "net45",
254269
"version": "latest"
255270
}
256-
],
257-
"docs_build_engine": {
258-
"name": "docfx_v3"
259-
}
271+
]
260272
}

ms-commerce/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

ms-commerce/breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /

ms-commerce/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+
]
21+
}
22+
],
23+
"resource": [
24+
{
25+
"files": [
26+
"**/*.png",
27+
"**/*.jpg"
28+
],
29+
"exclude": [
30+
"**/obj/**",
31+
"**/includes/**",
32+
"_themes/**",
33+
"_themes.pdf/**",
34+
"**/docfx.json",
35+
"_repo.en-us/**"
36+
]
37+
}
38+
],
39+
"overwrite": [],
40+
"externalReference": [],
41+
"globalMetadata": {
42+
"breadcrumb_path": "/powershell/breadcrumb/toc.json",
43+
"extendBreadcrumb": true,
44+
"feedback_system": "None"
45+
},
46+
"fileMetadata": {},
47+
"template": [],
48+
"dest": "ms-commerce"
49+
}
50+
}

ms-commerce/index.md

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

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

sharepoint/breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /

sharepoint/docfx.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
]
21+
}
22+
],
23+
"resource": [
24+
{
25+
"files": [
26+
"**/*.png",
27+
"**/*.jpg"
28+
],
29+
"exclude": [
30+
"**/obj/**",
31+
"**/includes/**",
32+
"_themes/**",
33+
"_themes.pdf/**",
34+
"**/docfx.json",
35+
"_repo.en-us/**"
36+
]
37+
}
38+
],
39+
"overwrite": [],
40+
"externalReference": [],
41+
"globalMetadata": {},
42+
"fileMetadata": {},
43+
"template": [],
44+
"dest": "sharepoint-ps"
45+
}
46+
}

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)