-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.openpublishing.publish.config.json
More file actions
57 lines (57 loc) · 1.55 KB
/
.openpublishing.publish.config.json
File metadata and controls
57 lines (57 loc) · 1.55 KB
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
{
"need_generate_pdf": false,
"need_generate_intellisense": false,
"docsets_to_publish": [
{
"docset_name": "fulldocset",
"build_source_folder": "fulldocset",
"build_output_subfolder": "fulldocset",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes"
}
],
"notification_subscribers": [],
"branches_to_filter": [],
"skip_source_output_uploading": true,
"need_preview_pull_request": false,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master",
"branch_mapping": {}
}
],
"dependent_packages": [
{
"id": "Microsoft.DocAsCode.ECMA2Yaml",
"nuget_feed": "https://www.nuget.org/api/v2",
"path_to_root": "_dependentPackages/ECMA2Yaml",
"target_framework": "net45",
"version": "1.0.0"
},
{
"id": "memberpage.plugins",
"nuget_feed": "https://www.myget.org/F/docfx-dev/api/v2",
"path_to_root": "_dependentPackages/memberpage.plugins",
"target_framework": "net45",
"version": "latest-prerelease"
}
],
"customized_tasks": [
{
"repo_setup": [
"_dependentPackages/ECMA2Yaml/Run.ps1"
]
}
],
"need_generate_pdf_url_template": false
}