Update README.md
This commit is contained in:
parent
8a8df3b992
commit
f3f64e5775
1 changed files with 22 additions and 26 deletions
14
README.md
14
README.md
|
@ -18,11 +18,11 @@ editor).
|
|||
|
||||
Bot Server accelerates the process of developing a bot. It provisions all code
|
||||
base, resources and deployment to the cloud, and gives you templates you can
|
||||
choose from when you create a bot. Uses a database and tables as backend and
|
||||
allow you to further modify your bot package directly downloading it in a ZIP
|
||||
file and editing it and uploading it back to the server (deploying process).
|
||||
Besides providing a framework to develop bot packages in a more advanced
|
||||
editor like Visual Studio Code, Atom or Brackets.
|
||||
choose from whenever you need a new bot. The server has a database and service
|
||||
backend allowing you to further modify your bot package directly by downloading
|
||||
a zip file, editing and uploading it back to the server (deploying process) with
|
||||
no code. The Bot Server also provides a framework to develop bot packages in a more
|
||||
advanced fashion writing custom code in editors like Visual Studio Code, Atom or Brackets.
|
||||
|
||||
### The same build process for everyone
|
||||
|
||||
|
@ -32,13 +32,10 @@ Office tools like Word or Excel to edit your Bot - using code (JavaScript or Typ
|
|||
How To
|
||||
------
|
||||
|
||||
|
||||
### Updating the Bot Knoledge Base (.gbkb folder)
|
||||
|
||||
|
||||
The subjects.json file contains all information related to the subject tree and can be used to build the menu carrousel as well give a set of words to be used as subject catcher in the conversation. A hierarchy can be specified.
|
||||
|
||||
|
||||
### Creating a new Theme folder (.gbtheme folder)
|
||||
|
||||
A theme is composed of some CSS files and images. That set of files can change
|
||||
|
@ -158,4 +155,3 @@ General Bots Code Name is [Guaribas](https://en.wikipedia.org/wiki/Guaribas), th
|
|||
The licensing of the program under the AGPLv3 does not imply a
|
||||
trademark license. Therefore any rights, title and interest in
|
||||
our trademarks remain entirely with us.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue