diff --git a/Composer/README.md b/Composer/README.md index 9a5989e9fb..b741313d15 100644 --- a/Composer/README.md +++ b/Composer/README.md @@ -26,6 +26,9 @@ If you want to test bot, you should have your bot runtime running for composer t If you run into the issue of `There appears to be trouble with your network connection. Retrying...` when running `yarn install`, plese run `yarn install --network-timeout 1000000` instead to bypass the issue. +## Documentation +The documentation for Composer [can be found here](/blob/master/docs/). + ## Extension Framework Composer is built on top of an extension framework, which allows anyone to provide an extension as the editor of certain type of bot assets. diff --git a/README.md b/README.md index 2f566a1768..193899f2ad 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Bot Framework Composer is an integrated development environment (IDE) for buildi Bot Framework Composer enables teams working to create bots to build all kinds of conversational experiences that use the latest features from the Bot Framework SDK without writing code. The Composer app reads and writes from the [Adaptive Dialog](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/adaptive-dialog) format, a [declarative](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/adaptive-dialog/declarative) JSON specification shared by many tools provided by the Bot Framework. Dialogs, NLU training data and message templates are treated like normal developer assets - files that can be committed to source control and deployed alongside code updates. +## Documentation +The documentation for Composer [can be found here](/blob/master/docs/). + ## Get Started To get your self familiar with the Composer, read [Introduction to Bot Framework Composer](https://github.com/microsoft/BotFramework-Composer/blob/master/docs/introduction_to_bfd.md#introduction-to-bot-framework-composer).