Skip to content

Commit

Permalink
Initialize Docs repository: https://github.com/MicrosoftDocs/windowss…
Browse files Browse the repository at this point in the history
…erverdocs-pr of branch live
  • Loading branch information
dknappettmsft committed Jan 28, 2022
1 parent 147ae63 commit 6af9aa9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
10 changes: 7 additions & 3 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,18 @@
}
],
"notification_subscribers": [],
"sync_notification_subscribers": [
"[email protected]"
],
"branches_to_filter": [
""
],
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windowsserverdocs",
"git_repository_branch_open_to_public_contributors": "master",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"resolve_user_profile_using_github": true,
"contribution_branch_mappings": {},
"dependent_repositories": [
{
"path_to_root": "_themes.pdf",
Expand Down Expand Up @@ -79,13 +84,12 @@
]
},
"need_generate_pdf_url_template": true,
"resolve_user_profile_using_github": true,
"Targets": {
"targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
},
"docs_build_engine": {
"name": "docfx_v3"
}
}
}

0 comments on commit 6af9aa9

Please sign in to comment.