Skip to content

Commit b33062e

Browse files
committed
experiment - adding config file for issue autoassignment
1 parent 6175af3 commit b33062e

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

.openpublishing.publish.config.json

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sdk-api",
3+
"git_repository_branch_open_to_public_contributors": "docs",
4+
"branches_to_filter": [],
5+
"dependent_repositories": [
6+
{
7+
"path_to_root": "_themes",
8+
"url": "https://github.com/Microsoft/templates.docs.msft",
9+
"branch": "main",
10+
"branch_mapping": {}
11+
},
12+
{
13+
"path_to_root": "_themes.pdf",
14+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
15+
"branch": "main",
16+
"branch_mapping": {}
17+
}
18+
],
19+
"branch_target_mapping": {
20+
"live": [
21+
"Publish",
22+
"Pdf"
23+
]
24+
},
25+
"contribution_branch_mappings": {},
26+
"redirection_files": [
27+
".openpublishing.redirection.in-out.json",
28+
".openpublishing.redirection.tilde.json"
29+
],
30+
"docsets_to_publish": [
31+
{
32+
"docset_name": "sdk-api-build",
33+
"build_source_folder": "sdk-api-src/content",
34+
"build_output_subfolder": "sdk-api-build",
35+
"locale": "en-us",
36+
"monikers": [],
37+
"moniker_ranges": [],
38+
"open_to_public_contributors": true,
39+
"xref_query_tags": [
40+
"/dotnet", "/uwp/api", "/windows/winui/api", "/windows/win32/api/", "/windows/windows-app-sdk/api/winrt", "/windows/windows-app-sdk/api/win32"
41+
],
42+
"type_mapping": {
43+
"Conceptual": "Content",
44+
"ManagedReference": "Content",
45+
"RestApi": "Content"
46+
},
47+
"build_entry_point": "docs",
48+
"template_folder": "_themes"
49+
}
50+
],
51+
"notification_subscribers": [],
52+
"sync_notification_subscribers": [],
53+
"skip_source_output_uploading": false,
54+
"need_preview_pull_request": false,
55+
"need_generate_pdf_url_template": true,
56+
"targets": {
57+
"pdf": {
58+
"template_folder": "_themes.pdf"
59+
}
60+
}
61+
}

0 commit comments

Comments
 (0)