-
Notifications
You must be signed in to change notification settings - Fork 250
/
.openpublishing.publish.config.json
122 lines (122 loc) · 3.3 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
{
"docsets_to_publish": [
{
"docset_name": "office-js-docs-pr",
"build_source_folder": "docs",
"build_output_subfolder": "office-js-docs-pr",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [
"common-js",
"common-js-preview",
"excel-js-preview",
"excel-js-1.1",
"excel-js-1.2",
"excel-js-1.3",
"excel-js-1.4",
"excel-js-1.5",
"excel-js-1.6",
"excel-js-1.7",
"excel-js-1.8",
"excel-js-1.9",
"excel-js-1.10",
"excel-js-1.11",
"excel-js-1.12",
"excel-js-1.13",
"excel-js-1.14",
"excel-js-1.15",
"excel-js-1.16",
"excel-js-1.17",
"excel-js-online",
"onenote-js-1.1",
"outlook-js-preview",
"outlook-js-1.1",
"outlook-js-1.2",
"outlook-js-1.3",
"outlook-js-1.4",
"outlook-js-1.5",
"outlook-js-1.6",
"outlook-js-1.7",
"outlook-js-1.8",
"outlook-js-1.9",
"outlook-js-1.10",
"outlook-js-1.11",
"outlook-js-1.12",
"outlook-js-1.13",
"outlook-js-1.14",
"powerpoint-js-preview",
"powerpoint-js-1.1",
"powerpoint-js-1.2",
"powerpoint-js-1.3",
"powerpoint-js-1.4",
"powerpoint-js-1.5",
"powerpoint-js-1.6",
"visio-js-1.1",
"word-js-preview",
"word-js-1.1",
"word-js-1.2",
"word-js-1.3",
"word-js-1.4",
"word-js-1.5",
"word-js-1.6",
"word-js-1.7",
"word-js-1.8",
"word-js-1.9",
"word-js-1.3-hidden-document",
"word-js-1.4-hidden-document",
"word-js-1.5-hidden-document",
"word-js-desktop-1.1",
"word-js-online"
],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content",
"Tutorial": "Content",
"LandingPage": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"customized_tasks": {
"docset_prebuild": [
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1"
]
}
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "https://github.com/OfficeDev/office-js-docs-pr",
"git_repository_branch_open_to_public_contributors": "main",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "main",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"need_generate_pdf_url_template": false,
"targets": {},
"JoinTOCPlugin": [
{
"ConceptualTOC": "docs/toc.yml",
"ReferenceTOCUrl": "/javascript/api/office_ref_toc/toc.json"
}
],
"dependent_packages": [
{
"id": "Microsoft.OpenPublishing.CommonPlugins",
"nuget_feed": "https://www.myget.org/F/op/api/v2",
"path_to_root": "_dependentPackages/CommonPlugins",
"target_framework": "net45",
"version": "latest"
}
]
}