From 7f877b2edc55db9daf65f7bfdb363ada8479a7f0 Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 24 Apr 2017 16:28:04 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch master --- .openpublishing.publish.config.json | 16 +++++++++++ windows/whats-new/TOC.md | 7 +---- windows/whats-new/docfx.json | 37 +++++++++++++++++++++++++ windows/whats-new/index.md | 43 +---------------------------- 4 files changed, 55 insertions(+), 48 deletions(-) create mode 100644 windows/whats-new/docfx.json diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index dcb5d1e2ab..721cd71cc7 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -180,6 +180,22 @@ "build_entry_point": "docs", "template_folder": "_themes", "version": 0 + }, + { + "docset_name": "win-whats-new", + "build_source_folder": "windows/whats-new", + "build_output_subfolder": "win-whats-new", + "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/whats-new/TOC.md b/windows/whats-new/TOC.md index 4944339989..06913f7aef 100644 --- a/windows/whats-new/TOC.md +++ b/windows/whats-new/TOC.md @@ -1,6 +1 @@ -# [What's new in Windows 10](index.md) -## [What's new in Windows 10, version 1703](whats-new-windows-10-version-1703.md) -## [What's new in Windows 10, version 1607](whats-new-windows-10-version-1607.md) -## [What's new in Windows 10, versions 1507 and 1511](whats-new-windows-10-version-1507-and-1511.md) - - +# [Index](index.md) \ No newline at end of file diff --git a/windows/whats-new/docfx.json b/windows/whats-new/docfx.json new file mode 100644 index 0000000000..16cf6230af --- /dev/null +++ b/windows/whats-new/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": "win-whats-new" + } +} \ No newline at end of file diff --git a/windows/whats-new/index.md b/windows/whats-new/index.md index b64a85a590..f357cdeac0 100644 --- a/windows/whats-new/index.md +++ b/windows/whats-new/index.md @@ -1,42 +1 @@ ---- -title: What's new in Windows 10 (Windows 10) -description: Learn about new features in Windows 10 for IT professionals, such as Enterprise Data Protection, Windows Hello, Device Guard, and more. -ms.assetid: F1867017-76A1-4761-A200-7450B96AEF44 -keywords: ["What's new in Windows 10", "Windows 10", "anniversary update", "contribute", "edit topic"] -ms.prod: w10 -author: TrudyHa -localizationpriority: high ---- - -# What's new in Windows 10 - - -Windows 10 provides IT professionals with advanced protection against modern security threats and comprehensive management and control over devices and apps, as well as flexible deployment, update, and support options. Learn about new features in Windows 10 for IT professionals, such as Windows Information Protection, Windows Hello, Device Guard, and more. - -## In this section - -- [What's new in Windows 10, version 1703](whats-new-windows-10-version-1703.md) -- [What's new in Windows 10, version 1607](whats-new-windows-10-version-1607.md) -- [What's new in Windows 10, versions 1507 and 1511](whats-new-windows-10-version-1507-and-1511.md) - - -- [Edit an existing topic using the Contribute link](contribute-to-a-topic.md) - -## Learn more - -- [Windows 10 roadmap](https://www.microsoft.com/en-us/WindowsForBusiness/windows-roadmap) -- [Windows 10 release information](https://technet.microsoft.com/en-us/windows/release-info) -- [Windows 10 update history](https://support.microsoft.com/en-us/help/12387/windows-10-update-history) -- [Windows 10 content from Microsoft Ignite](https://go.microsoft.com/fwlink/p/?LinkId=613210) -- [Compare Windows 10 Editions](https://go.microsoft.com/fwlink/p/?LinkId=690485) - - - -  - -  - - - - - +# Welcome to win-whats-new! \ No newline at end of file