diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 1ce2a557b..71cc8dd37 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -1,6 +1,11 @@ { "need_generate_pdf": false, "need_generate_intellisense": false, + "Targets": { + "Pdf": { + "template_folder": "_themes.pdf" + } + }, "docsets_to_publish": [ { "docset_name": "bot-framework", @@ -83,12 +88,21 @@ "url": "https://github.com/Microsoft/templates.docs.msft", "branch": "master", "branch_mapping": {} + }, + { + "path_to_root": "_themes.pdf", + "url": "https://github.com/Microsoft/templates.docs.msft.pdf", + "branch": "master" } ], "branch_target_mapping": { "live": [ "Publish", "Pdf" + ], + "master": [ + "Publish", + "Pdf" ] }, "need_generate_pdf_url_template": false, diff --git a/articles/azure/azure-bot-service-continuous-integration.md b/articles/azure/azure-bot-service-continuous-integration.md index 2a6d9b800..ad372643f 100644 --- a/articles/azure/azure-bot-service-continuous-integration.md +++ b/articles/azure/azure-bot-service-continuous-integration.md @@ -1,5 +1,5 @@ --- -title: Set up continuous integration for a bot that is built using Azure Bot Service | Microsoft Docs +title: Set up continuous integration for a bot using Azure Bot Service | Microsoft Docs description: Learn how to set up continuous integration for a bot that is built using Azure Bot Service. author: kbrandl ms.author: kibrandl diff --git a/articles/bot-builder-overview-getstarted.md b/articles/bot-builder-overview-getstarted.md index 880f6320c..b4b28a621 100644 --- a/articles/bot-builder-overview-getstarted.md +++ b/articles/bot-builder-overview-getstarted.md @@ -7,6 +7,8 @@ manager: rstand ms.topic: get-started-article ms.prod: bot-framework ms.date: 08/04/2017 +--- + # Start building bots with the Bot Framework diff --git a/articles/dotnet/bot-builder-dotnet-quickstart.md b/articles/dotnet/bot-builder-dotnet-quickstart.md index 9da0d65ef..18b2851f0 100644 --- a/articles/dotnet/bot-builder-dotnet-quickstart.md +++ b/articles/dotnet/bot-builder-dotnet-quickstart.md @@ -33,14 +33,11 @@ Get started by completing the following prerequisite tasks: 2. In Visual Studio, update all extensions to their latest versions. - -4. Download the [Bot Application](http://aka.ms/bf-bc-vstemplate), [Bot Controller](http://aka.ms/bf-bc-vscontrollertemplate), and [Bot Dialog](http://aka.ms/bf-bc-vsdialogtemplate) templates -and install the template by saving the .zip file to your Visual Studio 2017 project templates directory. +4. Download the [Bot Application](http://aka.ms/bf-bc-vstemplate), [Bot Controller](http://aka.ms/bf-bc-vscontrollertemplate), and [Bot Dialog](http://aka.ms/bf-bc-vsdialogtemplate) .zip files. Install the templates by copying the .zip files to your Visual Studio 2017 project templates directory. > [!TIP] > The Visual Studio 2017 project templates directory is typically located at `%USERPROFILE%\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C#\`. - ## Create your bot Next, open Visual Studio and create a new C# project. Choose the Bot Application template for your new project. diff --git a/articles/dotnet/bot-builder-dotnet-real-time-deploy-visual-studio.md b/articles/dotnet/bot-builder-dotnet-real-time-deploy-visual-studio.md index 04c232614..c181eb002 100644 --- a/articles/dotnet/bot-builder-dotnet-real-time-deploy-visual-studio.md +++ b/articles/dotnet/bot-builder-dotnet-real-time-deploy-visual-studio.md @@ -1,6 +1,6 @@ --- -title: Deploy a Skype real-time audio video bot from Visual Studio to Azure | Microsoft Docs -description: Learn how to deploy a bot to Azure using Visual Studio's built-in publishing feature. +title: Deploy a Skype real-time media bot to Azure | Microsoft Docs +description: Learn how to deploy a Skype real-time audio-video bot to Azure using Visual Studio's built-in publishing feature. author: MalarGit ms.author: malarch manager: ssulzer @@ -9,7 +9,7 @@ ms.prod: bot-framework ms.date: 08/04/2017 --- -# Deploy a real-time audio-video bot from Visual Studio to Azure +# Deploy a real-time media bot from Visual Studio to Azure Real-time media bots can be hosted in either an "IaaS" Azure Virtual Machine or a "classic" Azure Cloud Service. This article shows how to deploy a bot, hosted in an Azure Cloud Service Worker Role, from Visual Studio using its built-in publish capability. ## Prerequisites diff --git a/articles/rest-api/bot-framework-rest-connector-concepts.md b/articles/rest-api/bot-framework-rest-connector-concepts.md index 80d185d0b..15ac7c9e6 100644 --- a/articles/rest-api/bot-framework-rest-connector-concepts.md +++ b/articles/rest-api/bot-framework-rest-connector-concepts.md @@ -1,5 +1,5 @@ --- -title: Key concepts in the Bot Connector service and Bot State service | Microsoft Docs +title: Key concepts in the Bot Connector service and Bot State service | Microsoft Docs description: Understand key concepts in the Bot Framework's Bot Connector service and Bot State service. author: kbrandl ms.author: kibrandl