From 2e2cd558d4b81222c0c1c3a4f27f7dddadda30d5 Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Wed, 30 Sep 2020 12:29:22 -0300 Subject: [PATCH] Update chapter-02-the-package-based.md --- book/chapter-02-the-package-based.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/book/chapter-02-the-package-based.md b/book/chapter-02-the-package-based.md index 065efaff..6b2e57ae 100644 --- a/book/chapter-02-the-package-based.md +++ b/book/chapter-02-the-package-based.md @@ -7,6 +7,16 @@ General Bots project is like to split the work on several packages if needed and on a package at once or even share the work with collegues, agencies or development companies to more advanced package building. +composite packages on GeneralBots: +1 .gbai +2 .gbapp +3 .gbot +4 .gbtheme +5 .gbkb +6 .gblib + + + ## How To ### Configure the server to deploy specific directory @@ -19,7 +29,7 @@ Note: - You can specify several bots separated by semicolon, the BotServer will serve all of them at once. -## Package Types +## Description of packages ### .gbai