forked from OfficeDev/VBA-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.publish.config.json
130 lines (129 loc) · 3.92 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"build_entry_point": "",
"need_generate_pdf": false,
"git_repository_url_open_to_public_contributors": "",
"docsets_to_publish": [
{
"docset_name": "Access-VBAs",
"build_output_subfolder": "Access-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Excel-VBA",
"build_output_subfolder": "Excel-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Language-Reference-VBA",
"build_output_subfolder": "Language-Reference-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Library-Reference-VBA",
"build_output_subfolder": "Library-Reference-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Office-Mac-VBA",
"build_output_subfolder": "Office-Mac-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Office-Shared-VBA",
"build_output_subfolder": "Office-Shared-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Outlook-VBA",
"build_output_subfolder": "Outlook-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Powerpoint-VBA",
"build_output_subfolder": "Powerpoint-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Project-VBA",
"build_output_subfolder": "Project-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Publisher-VBA",
"build_output_subfolder": "Publisher-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Visio-VBA",
"build_output_subfolder": "Visio-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "Word-VBA",
"build_output_subfolder": "Word-VBA",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
}
],
"notification_subscribers": ["lauragra@microsoft.com"],
"branches_to_filter": ["live"]
}