From 20b08f2c51047bcc2b6519afad895bcff25bd03c Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Tue, 29 Sep 2020 09:16:42 -0300 Subject: [PATCH] Update chapter-01-run-and-talk.md --- book/chapter-01-run-and-talk.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/chapter-01-run-and-talk.md b/book/chapter-01-run-and-talk.md index f83a0806..5845527e 100644 --- a/book/chapter-01-run-and-talk.md +++ b/book/chapter-01-run-and-talk.md @@ -5,7 +5,7 @@ ![General Bot Logo](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/docs/images/general-bots-stack.png) - +### Diagram Description 1- gbapp and gblib extensions which are folder extensions for the GeneralBots package type. gbapp and gblib are responsible for GeneralBots services in a Back-end development environment. @@ -13,6 +13,8 @@ gbapp and gblib are responsible for GeneralBots services in a Back-end developme 2- The .gbui extension is assigned to the GeneralBots front-end development environment. Angular, Riot, React and HTML are responsible for the dynamic functioning of GeneralBots services. +3- The .gtheme extension is responsible for the general bots designer using css and PS technologies. + ### The Bot Factory ![General Bots Block Architecture](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/docs/images/general-bots-block-architecture.png)