This commit is contained in:
Liza Poggemeyer 2018-10-19 23:54:46 +00:00
parent 3f4f5f2bda
commit c1806af6d1
7 changed files with 90 additions and 4 deletions

14
.gitattributes vendored Normal file
View File

@ -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

View File

@ -101,6 +101,22 @@
"moniker_groups": [],
"version": 0
},
{
"docset_name": "license",
"build_source_folder": "windows/license",
"build_output_subfolder": "license",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes"
},
{
"docset_name": "mdop-VSTS",
"build_source_folder": "mdop",
@ -511,11 +527,11 @@
]
},
"need_generate_pdf_url_template": true,
"need_generate_pdf": false,
"need_generate_intellisense": false,
"Targets": {
"targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
}
},
"need_generate_pdf": false,
"need_generate_intellisense": false
}

3
README.md Normal file
View File

@ -0,0 +1,3 @@
## Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

2
windows/license/TOC.yml Normal file
View File

@ -0,0 +1,2 @@
- name: Index
href: index.md

View File

@ -0,0 +1,3 @@
- name: Docs
tocHref: /
topicHref: /

View File

@ -0,0 +1,47 @@
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/license/breadcrumb/toc.json",
"extendBreadcrumb": true,
"feedback_system": "None"
},
"fileMetadata": {},
"template": [],
"dest": "license",
"markdownEngineName": "markdig"
}
}

1
windows/license/index.md Normal file
View File

@ -0,0 +1 @@
# Welcome to license!