forked from joostdenijs/azure-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.openpublishing.publish.config.json
53 lines (53 loc) · 1.44 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"build_entry_point": "BuildAzureContent.ps1",
"skip_source_output_uploading": true,
"docsets_to_publish": [
{
"docset_name": "active-directory",
"build_source_folder": null,
"build_output_subfolder": "articles/active-directory",
"build_entry_point": "docs",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content"
}
},
{
"docset_name": "multi-factor-authentication",
"build_source_folder": null,
"build_output_subfolder": "articles/multi-factor-authentication",
"build_entry_point": "docs",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content"
}
},
{
"docset_name": "remoteapp",
"build_source_folder": null,
"build_output_subfolder": "articles/remoteapp",
"build_entry_point": "docs",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content"
}
}
],
"notification_subscribers": [
}