-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.openpublishing.publish.config.json
37 lines (37 loc) · 1.13 KB
/
.openpublishing.publish.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"build_entry_point": "",
"docsets_to_publish": [
{
"docset_name": "PowerShell_PowerShell-docs_dsc",
"build_output_subfolder": "dsc",
"locale": "zh-cn",
"version": 0,
"open_to_public_contributors": "true",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "PowerShell_PowerShell-docs_wmf",
"build_output_subfolder": "wmf",
"locale": "zh-cn",
"version": 0,
"open_to_public_contributors": "true",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "PowerShell_PowerShell-docs_scripting",
"build_output_subfolder": "scripting",
"locale": "zh-cn",
"version": 0,
"open_to_public_contributors": "true",
"type_mapping": {
"Conceptual": "Content"
}
}
],
"notification_subscribers": ["[email protected]"],
"branches_to_filter": ["master-oldev", "live-oldev"]
}