mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-11 04:47:23 +00:00
Initialize open publishing repository: https://cpubwin.visualstudio.com/DefaultCollection/it-client/_git/it-client of branch master
This commit is contained in:
parent
3f4f5f2bda
commit
c1806af6d1
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal 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
|
@ -101,6 +101,22 @@
|
|||||||
"moniker_groups": [],
|
"moniker_groups": [],
|
||||||
"version": 0
|
"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",
|
"docset_name": "mdop-VSTS",
|
||||||
"build_source_folder": "mdop",
|
"build_source_folder": "mdop",
|
||||||
@ -511,11 +527,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"need_generate_pdf_url_template": true,
|
"need_generate_pdf_url_template": true,
|
||||||
"need_generate_pdf": false,
|
"targets": {
|
||||||
"need_generate_intellisense": false,
|
|
||||||
"Targets": {
|
|
||||||
"Pdf": {
|
"Pdf": {
|
||||||
"template_folder": "_themes.pdf"
|
"template_folder": "_themes.pdf"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"need_generate_pdf": false,
|
||||||
|
"need_generate_intellisense": false
|
||||||
}
|
}
|
3
README.md
Normal file
3
README.md
Normal 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
2
windows/license/TOC.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- name: Index
|
||||||
|
href: index.md
|
3
windows/license/breadcrumb/toc.yml
Normal file
3
windows/license/breadcrumb/toc.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- name: Docs
|
||||||
|
tocHref: /
|
||||||
|
topicHref: /
|
47
windows/license/docfx.json
Normal file
47
windows/license/docfx.json
Normal 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
1
windows/license/index.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Welcome to license!
|
Loading…
x
Reference in New Issue
Block a user