Skip to content

Commit c0ac170

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/SupportArticles-docs-pr of branch live
1 parent a8a3b3a commit c0ac170

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.openpublishing.publish.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
"Conceptual": "Content"
3030
},
3131
"build_entry_point": "docs"
32+
},
33+
{
34+
"docset_name": "SupportArticles-M365",
35+
"build_source_folder": "Microsoft365",
36+
"build_output_subfolder": "SupportArticles-M365",
37+
"locale": "en-us",
38+
"monikers": [],
39+
"open_to_public_contributors": false,
40+
"type_mapping": {
41+
"Conceptual": "Content"
42+
},
43+
"build_entry_point": "docs"
3244
}
3345
],
3446
"notification_subscribers": [

Microsoft365/docfx.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"**/docfx.json",
14+
"_repo.en-us/**",
15+
"README.md",
16+
"LICENSE",
17+
"LICENSE-CODE",
18+
"ThirdPartyNotices.md",
19+
"SECURITY.md"
20+
]
21+
}
22+
],
23+
"resource": [
24+
{
25+
"files": [
26+
"**/*.png",
27+
"**/*.jpg"
28+
],
29+
"exclude": [
30+
"**/obj/**",
31+
"**/includes/**",
32+
"_themes/**",
33+
"**/docfx.json",
34+
"_repo.en-us/**"
35+
]
36+
}
37+
],
38+
"overwrite": [],
39+
"externalReference": [],
40+
"globalMetadata": {
41+
"breadcrumb_path": "~/breadcrumb/SupportArticles-M365/toc.yml",
42+
"feedback_system": "Standard",
43+
"permissioned-type": "public"
44+
},
45+
"fileMetadata": {},
46+
"template": []
47+
}
48+
}

0 commit comments

Comments
 (0)