Skip to content

Commit 499c734

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

File tree

5 files changed

+68
-0
lines changed

5 files changed

+68
-0
lines changed

.openpublishing.publish.config.json

Lines changed: 12 additions & 0 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": "informationprotection",
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",

informationprotection/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: /

informationprotection/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/purviewinformationprotection-ps/toc.yml",
44+
"feedback_system": "Standard",
45+
"permissioned-type": "public"
46+
},
47+
"fileMetadata": {},
48+
"template": []
49+
}
50+
}

informationprotection/index.md

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)