From cedd086eae33fbcd8c0e62ecf252d12249f270d1 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 17 Sep 2018 20:40:15 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e1149fb3..cadd6b5a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ Welcome to General Bot Community Edition ![General Bot Logo](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/logo.png) -General Bot is a package based chat bot server focused in convention -over configuration and code-less approaches, which brings software packages -and application server concepts to help parallel bot development. +General Bot is a package based chat bot server focused in convention over configuration and code-less approaches, which brings software packages and application server concepts to help parallel bot development. ### What is a Bot Server? From efc9ebfcc06a9a821a2c4fe0ecf7136edea7a44e Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Tue, 18 Sep 2018 10:57:52 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cadd6b5a..7dbb7f7d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Package Types ### .gbai Embraces all packages types (content, logic & conversation) into a pluggable bot -directory. +directory. [A sample .gbai is available](https://github.com/pragmatismo-io/IntranetBotQuickStart.gbai). ### .gbapp @@ -164,12 +164,11 @@ all bots dependencies related to services and other resources. ### .gbtheme A theme of a bot at a given time. CSS files & images that can compose all UI -presentation and using it a branding can be done. +presentation and using it a branding can be done. [A sample .gbtheme is available](https://github.com/pragmatismo-io/Office365.gbtheme) ### .gbkb -A set of subjects that bot knows. - +A set of subjects that bot knows in a form of hierarchical menu-based QnA. [A sample .gbkb is available](https://github.com/pragmatismo-io/ProjectOnline.gbkb). ### .gblib