Skip to content

Commit ee50f6f

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

File tree

5 files changed

+87
-19
lines changed

5 files changed

+87
-19
lines changed

.openpublishing.publish.config.json

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@
4949
"mapping/monikerMapping.json"
5050
]
5151
},
52+
{
53+
"docset_name": "purviewinformationprotection-ps",
54+
"build_source_folder": "purviewinformationprotection-ps",
55+
"build_output_subfolder": "purviewinformationprotection-ps",
56+
"locale": "en-us",
57+
"monikers": [],
58+
"open_to_public_contributors": true,
59+
"type_mapping": {
60+
"Conceptual": "Content"
61+
},
62+
"build_entry_point": "docs"
63+
},
5264
{
5365
"docset_name": "sharepoint-ps",
5466
"build_source_folder": "sharepoint",
@@ -96,9 +108,9 @@
96108
]
97109
},
98110
{
99-
"docset_name": "staffhub-ps",
100-
"build_source_folder": "staffhub",
101-
"build_output_subfolder": "staffhub-ps",
111+
"docset_name": "spmt-ps",
112+
"build_source_folder": "spmt",
113+
"build_output_subfolder": "spmt-ps",
102114
"locale": "en-us",
103115
"monikers": [],
104116
"moniker_ranges": [],
@@ -112,12 +124,15 @@
112124
},
113125
"build_entry_point": "docs",
114126
"template_folder": "_themes",
115-
"version": 0
127+
"version": 0,
128+
"monikerPath": [
129+
"mapping/monikerMapping.json"
130+
]
116131
},
117132
{
118-
"docset_name": "teams-ps",
119-
"build_source_folder": "teams",
120-
"build_output_subfolder": "teams-ps",
133+
"docset_name": "staffhub-ps",
134+
"build_source_folder": "staffhub",
135+
"build_output_subfolder": "staffhub-ps",
121136
"locale": "en-us",
122137
"monikers": [],
123138
"moniker_ranges": [],
@@ -131,20 +146,12 @@
131146
},
132147
"build_entry_point": "docs",
133148
"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-
]
149+
"version": 0
143150
},
144151
{
145-
"docset_name": "spmt-ps",
146-
"build_source_folder": "spmt",
147-
"build_output_subfolder": "spmt-ps",
152+
"docset_name": "teams-ps",
153+
"build_source_folder": "teams",
154+
"build_output_subfolder": "teams-ps",
148155
"locale": "en-us",
149156
"monikers": [],
150157
"moniker_ranges": [],
@@ -159,6 +166,11 @@
159166
"build_entry_point": "docs",
160167
"template_folder": "_themes",
161168
"version": 0,
169+
"customized_tasks": {
170+
"docset_prebuild": [
171+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
172+
]
173+
},
162174
"monikerPath": [
163175
"mapping/monikerMapping.json"
164176
]
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: /
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/purviewinformationprotection-ps/toc.yml",
44+
"feedback_system": "Standard",
45+
"permissioned-type": "public"
46+
},
47+
"fileMetadata": {},
48+
"template": []
49+
}
50+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to purviewinformationprotection-ps!

0 commit comments

Comments
 (0)