forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.openpublishing.publish.config.json
76 lines (76 loc) · 2.33 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
{
"need_generate_intellisense": false,
"need_preview_pull_request": true,
"need_pr_comments": false,
"need_generate_pdf_url_template": false,
"git_repository_branch_open_to_public_contributors": "master",
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/docs",
"docsets_to_publish": [
{
"docset_name": "docs-internal",
"build_source_folder": ".",
"build_output_subfolder": ".",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"customized_tasks": {
"docset_prebuild": [
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
"_dependentPackages/splitToc/tools/run.ps1"
],
"docset_postbuild": [
"_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1"
]
}
}
],
"notification_subscribers": [],
"branches_to_filter": [],
"skip_source_output_uploading": false,
"dependent_repositories": [{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "preview"
}, {
"path_to_root": "_themes.pdf",
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
"branch": "master"
}],
"dependent_packages": [
{
"id": "Microsoft.DocAsCode.ECMA2Yaml",
"nuget_feed": "https://www.myget.org/F/op-dev/api/v2",
"path_to_root": "_dependentPackages/ECMA2Yaml",
"target_framework": "net45",
"version": "latest"
},
{
"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"
},
{
"id": "SplitToc",
"nuget_feed": "https://www.myget.org/F/op-dev/api/v2",
"path_to_root": "_dependentPackages/splitToc",
"target_framework": "net45",
"version": "latest-prerelease"
}
],
"ECMA2Yaml": {
"SourceXmlFolder": "xml",
"OutputYamlFolder": "api",
"Flatten": true,
"RepoUrl": "https://github.com/dotnet/docs/"
},
"toc_path_need_to_split": "api/toc.yml"
}