diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 204979c416..62ffa53977 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -93,6 +93,20 @@ "type_mapping": { "Conceptual": "Content" } + }, + { + "docset_name": "smb", + "build_source_folder": "smb", + "build_output_subfolder": "smb", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": false, + "type_mapping": { + "Conceptual": "Content", + "ManagedReference": "Content", + "RestApi": "Content" + }, + "build_entry_point": "op" } ], "notification_subscribers": [ diff --git a/browsers/edge/Index.md b/browsers/edge/Index.md index e261955400..d2f29d473e 100644 --- a/browsers/edge/Index.md +++ b/browsers/edge/Index.md @@ -58,6 +58,7 @@ You'll need to keep running them using IE11. If you don't have IE11 installed an ## Related topics +- [Total Economic Impact of Microsoft Edge: Infographic](https://www.microsoft.com/en-us/download/details.aspx?id=53892) - [Download Internet Explorer 11](https://go.microsoft.com/fwlink/p/?linkid=290956) - [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760644) - [Internet Explorer 11 - FAQ for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760645) diff --git a/smb/TOC.md b/smb/TOC.md new file mode 100644 index 0000000000..4c2433fafc --- /dev/null +++ b/smb/TOC.md @@ -0,0 +1 @@ +# [SMB](index.md) diff --git a/smb/docfx.json b/smb/docfx.json new file mode 100644 index 0000000000..033a3552a9 --- /dev/null +++ b/smb/docfx.json @@ -0,0 +1,35 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md" + ], + "exclude": [ + "**/obj/**", + "smb/**", + "**/includes/**" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "smb/**", + "**/includes/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": {}, + "fileMetadata": {}, + "template": [], + "dest": "smb" + } +} \ No newline at end of file diff --git a/smb/index.md b/smb/index.md new file mode 100644 index 0000000000..eaeb8132cd --- /dev/null +++ b/smb/index.md @@ -0,0 +1,4 @@ +--- +title: SMB placeholder +description: SMB placeholder +--- diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index df040f8573..2f75b278ca 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -1,6 +1,6 @@ --- title: Edit an existing topic using the Contribute link -description: Instructions about how to edit an existing topic by using the Contribute link. +description: Instructions about how to edit an existing topic by using the Contribute link on TechNet. keywords: contribute, edit a topic ms.prod: w10 ms.mktglfcycl: explore