Skip to content

Commit 6af9aa9

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/windowsserverdocs-pr of branch live
1 parent 147ae63 commit 6af9aa9

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

.gitattributes

+14
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

+7-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,18 @@
3535
}
3636
],
3737
"notification_subscribers": [],
38+
"sync_notification_subscribers": [
39+
40+
],
3841
"branches_to_filter": [
3942
""
4043
],
4144
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windowsserverdocs",
4245
"git_repository_branch_open_to_public_contributors": "master",
4346
"skip_source_output_uploading": false,
4447
"need_preview_pull_request": true,
48+
"resolve_user_profile_using_github": true,
49+
"contribution_branch_mappings": {},
4550
"dependent_repositories": [
4651
{
4752
"path_to_root": "_themes.pdf",
@@ -79,13 +84,12 @@
7984
]
8085
},
8186
"need_generate_pdf_url_template": true,
82-
"resolve_user_profile_using_github": true,
83-
"Targets": {
87+
"targets": {
8488
"Pdf": {
8589
"template_folder": "_themes.pdf"
8690
}
8791
},
8892
"docs_build_engine": {
8993
"name": "docfx_v3"
9094
}
91-
}
95+
}

0 commit comments

Comments
 (0)