-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new(all): Site for the Reference and API.
- Loading branch information
Rodrigo Rodriguez
committed
Aug 26, 2024
1 parent
24df605
commit 707d2d9
Showing
46 changed files
with
155 additions
and
877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
swa-cli.config.json | ||
deploy.sh | ||
site/build | ||
site/.docusaurus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1 @@ | ||
# General Bots - The Bot Server | ||
|
||
Welcome to the General Bots Book. This is a reference material that can be used | ||
to understand how the bot server is organized in a form of packages itself and | ||
this arrangement can be used to all custom deployed packages like .gbkb, .gbtheme | ||
or .gbapp. | ||
This book is organized in ten chapters that can be accessed throuhg this table bellow: | ||
|
||
* [Acknowledgments](book/acknowledgments.md) | ||
* [Chapter 01 - Run and Talk](book/chapter-01-run-and-talk.md) | ||
* [Chapter 02 - About Packages](book/chapter-02-the-package-based.md) | ||
* [Chapter 03 - gbkb Reference](book/chapter-03-gbkb-reference.md) | ||
* [Chapter 04 - gbtheme Reference](book/chapter-04-gbtheme-reference.md) | ||
* [Chapter 05 - gbdialog Reference](book/chapter-05-gbdialog-reference.md) | ||
* [Chapter 06 - gbapp Reference](book/chapter-06-gbapp-reference.md) | ||
* [Chapter 07 - gbot Reference](book/chapter-07-gbot-reference.md) | ||
* [Chapter 08 - Tooling](book/chapter-08-tooling.md) | ||
* [Chapter 09 - Services](book/chapter-09-services.md) | ||
* [Chapter 10 - Contributing](book/chapter-10-contributing.md) | ||
* [Apendix I - Database Model](book/apendix-i-database-model.md) | ||
* [Copyright](book/copyright.md) | ||
* [Foreward](book/foreward.md) | ||
* [Glossary](book/glossary.md) | ||
* [Preface](book/preface.md) | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 6 additions & 2 deletions
8
site/docs/book/apendix-i-database-model.md → site/docs/apendix-i-database-model.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# Apendix I - General Bots Database Model | ||
--- | ||
sidebar_position: 1000 | ||
--- | ||
|
||
# Apendix I - Database Model | ||
|
||
The database model can be seen on the picture bellow. In each .gbapp or .gblib | ||
the folder **Model** will contain the Sequelize definition for each one of these | ||
tables and their relationship. | ||
|
||
![General Bots Database Model](../images/GeneralBotsDatabaseModel.png) | ||
![General Bots Database Model](./images/GeneralBotsDatabaseModel.png) |
8 changes: 6 additions & 2 deletions
8
.../docs/book/apendix-ii-network-diagrams.md → site/docs/apendix-ii-network-diagrams.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# Apendix II - General Bots Network Diagrams | ||
--- | ||
sidebar_position: 1000 | ||
--- | ||
|
||
# Apendix II - Network Diagrams | ||
|
||
## Reverse Proxy for Development | ||
|
||
When establishing a local development machine, an user can use the ngrok based proxy. The diagram shows how the localhost becomes accesible when the Bot Service need to connect, routing messages from the cloud to the local development server machine. | ||
|
||
![General Bots Reverse Proxy](../images/GeneralBotsReverseProxy.png) | ||
![General Bots Reverse Proxy](./images/GeneralBotsReverseProxy.png) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.