Skip to content

Commit 7e0d7d5

Browse files
committed
Initialize Docs repository: https://github.com/dotnet/docs-actions of branch live
0 parents  commit 7e0d7d5

7 files changed

+474
-0
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

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
log/
2+
obj/
3+
_site/
4+
.optemp/
5+
_themes*/
6+
_repo.*/
7+
8+
.openpublishing.buildcore.ps1

.openpublishing.publish.config.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"docsets_to_publish": [],
3+
"notification_subscribers": [],
4+
"sync_notification_subscribers": [],
5+
"branches_to_filter": [],
6+
"skip_source_output_uploading": false,
7+
"need_preview_pull_request": false,
8+
"contribution_branch_mappings": {},
9+
"dependent_repositories": [
10+
{
11+
"path_to_root": "_themes",
12+
"url": "https://github.com/Microsoft/templates.docs.msft",
13+
"branch": "main",
14+
"branch_mapping": {}
15+
}
16+
],
17+
"branch_target_mapping": {},
18+
"need_generate_pdf_url_template": false,
19+
"docs_build_engine": {
20+
"name": "docfx_v3"
21+
}
22+
}

0 commit comments

Comments
 (0)