Skip to content

Commit 2dfa97b

Browse files
committed
Initialize open publishing repository: https://github.com/SharePoint/sp-dev-docs of branch live
1 parent fe2f748 commit 2dfa97b

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.openpublishing.publish.config.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"docsets_to_publish": [
33
{
4-
"customized_tasks": {
5-
"docset_prebuild": [
6-
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1" ]
7-
},
84
"docset_name": "sharepoint-developer",
95
"build_source_folder": "docs",
106
"build_output_subfolder": "sharepoint-developer",
@@ -18,22 +14,12 @@
1814
"RestApi": "Content"
1915
},
2016
"build_entry_point": "docs",
21-
"template_folder": "_themes"
22-
}
23-
],
24-
"JoinTOCPlugin": [
25-
{
26-
"ConceptualTOC": "/docs/toc.yml",
27-
"ReferenceTOCUrl": "/javascript/api/spfx-toc/toc.json"
28-
}
29-
],
30-
"dependent_packages": [
31-
{
32-
"path_to_root": "_dependentPackages/CommonPlugins",
33-
"target_framework": "net45",
34-
"version": "latest",
35-
"id": "Microsoft.OpenPublishing.CommonPlugins",
36-
"nuget_feed": "https://www.myget.org/F/op/api/v2"
17+
"template_folder": "_themes",
18+
"customized_tasks": {
19+
"docset_prebuild": [
20+
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1"
21+
]
22+
}
3723
}
3824
],
3925
"notification_subscribers": [],
@@ -50,5 +36,20 @@
5036
}
5137
],
5238
"branch_target_mapping": {},
53-
"need_generate_pdf_url_template": false
39+
"need_generate_pdf_url_template": false,
40+
"JoinTOCPlugin": [
41+
{
42+
"ConceptualTOC": "/docs/toc.yml",
43+
"ReferenceTOCUrl": "/javascript/api/spfx-toc/toc.json"
44+
}
45+
],
46+
"dependent_packages": [
47+
{
48+
"path_to_root": "_dependentPackages/CommonPlugins",
49+
"target_framework": "net45",
50+
"version": "latest",
51+
"id": "Microsoft.OpenPublishing.CommonPlugins",
52+
"nuget_feed": "https://www.myget.org/F/op/api/v2"
53+
}
54+
]
5455
}

0 commit comments

Comments
 (0)