From c1806af6d135a63bc40fdc35cbcf1be234853d42 Mon Sep 17 00:00:00 2001 From: Liza Poggemeyer Date: Fri, 19 Oct 2018 23:54:46 +0000 Subject: [PATCH] Initialize open publishing repository: https://cpubwin.visualstudio.com/DefaultCollection/it-client/_git/it-client of branch master --- .gitattributes | 14 +++++++++ .openpublishing.publish.config.json | 24 ++++++++++++--- README.md | 3 ++ windows/license/TOC.yml | 2 ++ windows/license/breadcrumb/toc.yml | 3 ++ windows/license/docfx.json | 47 +++++++++++++++++++++++++++++ windows/license/index.md | 1 + 7 files changed, 90 insertions(+), 4 deletions(-) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 windows/license/TOC.yml create mode 100644 windows/license/breadcrumb/toc.yml create mode 100644 windows/license/docfx.json create mode 100644 windows/license/index.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..9fb85ec49f --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index f9d982e542..9ea8c1f169 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -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 } \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000..824a7c6d56 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/windows/license/TOC.yml b/windows/license/TOC.yml new file mode 100644 index 0000000000..b5ef71ac32 --- /dev/null +++ b/windows/license/TOC.yml @@ -0,0 +1,2 @@ +- name: Index + href: index.md \ No newline at end of file diff --git a/windows/license/breadcrumb/toc.yml b/windows/license/breadcrumb/toc.yml new file mode 100644 index 0000000000..61d8fca61e --- /dev/null +++ b/windows/license/breadcrumb/toc.yml @@ -0,0 +1,3 @@ +- name: Docs + tocHref: / + topicHref: / \ No newline at end of file diff --git a/windows/license/docfx.json b/windows/license/docfx.json new file mode 100644 index 0000000000..48d2f8a49d --- /dev/null +++ b/windows/license/docfx.json @@ -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" + } +} \ No newline at end of file diff --git a/windows/license/index.md b/windows/license/index.md new file mode 100644 index 0000000000..8356233915 --- /dev/null +++ b/windows/license/index.md @@ -0,0 +1 @@ +# Welcome to license! \ No newline at end of file