Skip to content

Commit ef0dd82

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/WSL of branch live
1 parent 11ab927 commit ef0dd82

2 files changed

Lines changed: 39 additions & 4 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
*.sln text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.png binary
14+
*.jpg binary

.openpublishing.publish.config.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,44 @@
1717
"template_folder": "_themes"
1818
}
1919
],
20-
"notification_subscribers": [],
20+
"notification_subscribers": [
21+
22+
],
23+
"sync_notification_subscribers": [],
2124
"branches_to_filter": [],
2225
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/wsl",
2326
"git_repository_branch_open_to_public_contributors": "master",
2427
"skip_source_output_uploading": false,
28+
"need_preview_pull_request": true,
2529
"contribution_branch_mappings": {},
2630
"dependent_repositories": [
2731
{
2832
"path_to_root": "_themes",
2933
"url": "https://github.com/Microsoft/templates.docs.msft",
3034
"branch": "master",
3135
"branch_mapping": {}
36+
},
37+
{
38+
"path_to_root": "_themes.pdf",
39+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
40+
"branch": "main",
41+
"branch_mapping": {}
3242
}
3343
],
34-
"branch_target_mapping": {},
35-
"need_generate_pdf_url_template": false,
44+
"branch_target_mapping": {
45+
"live": [
46+
"Publish",
47+
"Intellisense",
48+
"Pdf"
49+
]
50+
},
51+
"need_generate_pdf_url_template": true,
52+
"targets": {
53+
"pdf": {
54+
"template_folder": "_themes.pdf"
55+
}
56+
},
3657
"docs_build_engine": {
3758
"name": "docfx_v3"
3859
}
39-
}
60+
}

0 commit comments

Comments
 (0)