Skip to content

Commit 0a42681

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

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
@@ -89,6 +89,18 @@
8989
"Conceptual": "Content"
9090
},
9191
"build_entry_point": "docs"
92+
},
93+
{
94+
"docset_name": "SupportArticles-Teams",
95+
"build_source_folder": "Teams",
96+
"build_output_subfolder": "SupportArticles-Teams",
97+
"locale": "en-us",
98+
"monikers": [],
99+
"open_to_public_contributors": false,
100+
"type_mapping": {
101+
"Conceptual": "Content"
102+
},
103+
"build_entry_point": "docs"
92104
}
93105
],
94106
"notification_subscribers": [

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

0 commit comments

Comments
 (0)