Skip to content

Commit d1d57cc

Browse files
committed
Initialize open publishing repository: https://github.com/MicrosoftDocs/visualstudio-docs-pr of branch master
1 parent 739f805 commit d1d57cc

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
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

+5-6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
}
8787
],
8888
"notification_subscribers": [],
89+
"sync_notification_subscribers": [
90+
91+
],
8992
"branches_to_filter": [],
9093
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/visualstudio-docs",
9194
"git_repository_branch_open_to_public_contributors": "master",
@@ -113,11 +116,7 @@
113116
]
114117
},
115118
"need_generate_pdf_url_template": true,
116-
"targets": {
117-
"Pdf": {
118-
"template_folder": "_themes.pdf"
119-
}
120-
},
119+
"targets": {},
121120
"need_generate_pdf": false,
122121
"need_generate_intellisense": false
123-
}
122+
}

0 commit comments

Comments
 (0)