Skip to content

Commit f23b031

Browse files
committed
Initialize open publishing repository: https://github.com/MicrosoftDocs/WSL of branch master
1 parent 8e23e62 commit f23b031

4 files changed

+453
-17
lines changed

.openpublishing.publish.config.json

+26-17
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
{
2-
"build_entry_point": "",
3-
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/CommandLine-Documentation",
4-
"docsets_to_publish": [
5-
{
6-
"docset_name": "MSFT_commandline",
7-
"build_output_subfolder": "commandline",
8-
"locale": "en-us",
9-
"version": 0,
10-
"open_to_public_contributors": "true",
11-
"type_mapping": {
12-
"Conceptual": "Content"
13-
}
14-
}
15-
],
16-
"notification_subscribers": ["[email protected]","[email protected]"],
17-
"branches_to_filter": [""]
18-
}
2+
"build_entry_point": "",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "MSFT_commandline",
6+
"build_output_subfolder": "commandline",
7+
"locale": "en-us",
8+
"open_to_public_contributors": true,
9+
"type_mapping": {
10+
"Conceptual": "Content"
11+
},
12+
"version": 0
13+
}
14+
],
15+
"notification_subscribers": [
16+
17+
],
18+
"branches_to_filter": [
19+
""
20+
],
21+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/WSL",
22+
"git_repository_branch_open_to_public_contributors": "live",
23+
"skip_source_output_uploading": false,
24+
"contribution_branch_mappings": {},
25+
"branch_target_mapping": {},
26+
"need_generate_pdf_url_template": false
27+
}

0 commit comments

Comments
 (0)