Skip to content

Commit f1a5a29

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

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
@@ -101,6 +101,18 @@
101101
"Conceptual": "Content"
102102
},
103103
"build_entry_point": "docs"
104+
},
105+
{
106+
"docset_name": "SupportArticles-Viva",
107+
"build_source_folder": "Viva",
108+
"build_output_subfolder": "SupportArticles-Viva",
109+
"locale": "en-us",
110+
"monikers": [],
111+
"open_to_public_contributors": false,
112+
"type_mapping": {
113+
"Conceptual": "Content"
114+
},
115+
"build_entry_point": "docs"
104116
}
105117
],
106118
"notification_subscribers": [

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

0 commit comments

Comments
 (0)