-
Notifications
You must be signed in to change notification settings - Fork 40
/
.openpublishing.publish.config.json
86 lines (86 loc) · 2.41 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
{
"docsets_to_publish": [
{
"docset_name": "azure-security",
"build_source_folder": ".",
"build_output_subfolder": "azure-security",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"xref_query_tags": [
"/dotnet",
"/python"
],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
"ZonePivotGroups": "Toc"
},
"build_entry_point": "docs"
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-security-docs",
"git_repository_branch_open_to_public_contributors": "main",
"need_preview_pull_request": true,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "quickstart-templates",
"url": "https://github.com/Azure/azure-quickstart-templates",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "reusable-content",
"url": "https://github.com/MicrosoftDocs/reusable-content",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "azure-dev-docs-pr",
"url": "https://github.com/MicrosoftDocs/azure-dev-docs-pr",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "terraform_samples",
"url": "https://github.com/Azure/terraform",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "azure-typescript-e2e-apps",
"url": "https://github.com/Azure-Samples/azure-typescript-e2e-apps",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "samples-key-vault-dotnet-quickstart",
"url": "https://github.com/Azure-Samples/key-vault-dotnet-core-quickstart",
"branch": "master",
"branch_mapping": {}
},
{
"path_to_root": "azure-sdk-for-net",
"url": "https://github.com/Azure/azure-sdk-for-net/",
"branch": "main",
"branch_mapping": {}
},
{
"path_to_root": "azure-docs-pr",
"url": "https://github.com/MicrosoftDocs/azure-docs-pr/",
"branch": "main",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"targets": {}
}