From 798aee794faf836c4e97f73ef7e30bc76bfce6b5 Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 24 Apr 2017 16:46:52 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch master --- .openpublishing.publish.config.json | 16 +++++ windows/hub/TOC.md | 10 +-- windows/hub/docfx.json | 37 +++++++++++ windows/hub/index.md | 96 +---------------------------- 4 files changed, 55 insertions(+), 104 deletions(-) create mode 100644 windows/hub/docfx.json diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 24e4669c4c..8ec1b67d4c 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -260,6 +260,22 @@ "build_entry_point": "docs", "template_folder": "_themes", "version": 0 + }, + { + "docset_name": "windows-hub", + "build_source_folder": "windows/hub", + "build_output_subfolder": "windows-hub", + "locale": "en-us", + "monikers": [], + "open_to_public_contributors": false, + "type_mapping": { + "Conceptual": "Content", + "ManagedReference": "Content", + "RestApi": "Content" + }, + "build_entry_point": "docs", + "template_folder": "_themes", + "version": 0 } ], "notification_subscribers": [ diff --git a/windows/hub/TOC.md b/windows/hub/TOC.md index 8ed1a52f71..06913f7aef 100644 --- a/windows/hub/TOC.md +++ b/windows/hub/TOC.md @@ -1,9 +1 @@ -# [Windows 10 and Windows 10 Mobile](index.md) -## [What's new](/windows/whats-new) -## [Deployment](/windows/deployment) -## [Configuration](/windows/configuration) -## [Client management](/windows/client-management) -## [Application management](/windows/application-management) -## [Access protection](/windows/access-protection) -## [Device security](/windows/device-security) -## [Threat protection](/windows/threat-protection) \ No newline at end of file +# [Index](index.md) \ No newline at end of file diff --git a/windows/hub/docfx.json b/windows/hub/docfx.json new file mode 100644 index 0000000000..60b468fee7 --- /dev/null +++ b/windows/hub/docfx.json @@ -0,0 +1,37 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md" + ], + "exclude": [ + "**/obj/**", + "**/includes/**", + "README.md", + "LICENSE", + "LICENSE-CODE", + "ThirdPartyNotices" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "**/includes/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": {}, + "fileMetadata": {}, + "template": [], + "dest": "windows-hub" + } +} \ No newline at end of file diff --git a/windows/hub/index.md b/windows/hub/index.md index 5b45764b91..b1161b0fa2 100644 --- a/windows/hub/index.md +++ b/windows/hub/index.md @@ -1,95 +1 @@ ---- -title: Windows 10 and Windows 10 Mobile (Windows 10) -description: Find the latest how to and support content that IT pros need to evaluate, plan, deploy, secure and manage devices running Windows 10 or Windows 10 Mobile. -ms.assetid: 345A4B4E-BC1B-4F5C-9E90-58E647D11C60 -ms.prod: w10 -localizationpriority: high -author: brianlic-msft -ms.mktglfcycl: deploy -ms.sitesec: library -ms.pagetype: security ---- - -# Windows 10 and Windows 10 Mobile - -Find the latest how to and support content that IT pros need to evaluate, plan, deploy, secure and manage devices running Windows 10 or Windows 10 Mobile. - -
-
- - - - - - - - - - - - - - -
- - Read what's new in Windows 10 - -
What's New? -
- - Configure Windows 10 in your enterprise - -
Configuration -
- - W10 deployment - -
Deployment -
- - W10 client management - -
Client Management -
- - Manage application in your Windows 10 enterprise deployment - -
Application Management -
- - W10 Access Protection - -
Access Protection -
- - W10 device security - -
Device Security -
- - W10 Threat Protection - -
Threat Protection -
- -## Get to know Windows as a Service (WaaS) - - - - - -
Get to know Windows as a Service (WaaS)
The Windows 10 operating system introduces a new way to build, deploy, and service Windows: Windows as a service. Microsoft has reimagined each part of the process, to simplify the lives of IT pros and maintain a consistent Windows 10 experience for its customers. - - These improvements focus on maximizing customer involvement in Windows development, simplifying the deployment and servicing of Windows client computers, and leveling out the resources needed to deploy and maintain Windows over time. - - - Read more about Windows as a Service - -
- -## Related topics -[Windows 10 TechCenter](https://go.microsoft.com/fwlink/?LinkId=620009) - -  - - -  +# Welcome to windows-hub! \ No newline at end of file