This commit is contained in:
Rodrigo Rodriguez 2024-09-04 12:57:59 -03:00
parent 663d21c7d0
commit c446186087
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ The table below shows the description of each one of them:
| Folder | File description |
|----------|----------------------------------------------------------------------------------------------------|
| tabular | .csv, .tsv or any tabular file used as an pair of question/answer and an optional hierarchy. |
| images | Images that can be used to enrich the answer to the user in the [Projector](glossary.md#projector) |
| images | Images that can be used to enrich the answer to the user in the [Projector](./glossary.md) |
| videos | Videos used to answer questions made by users. |
| subjects | List of images of subjects that can be trated by the bot. |
| articles | Articles in .md that will be presented instead of text-only answers. |

View file

@ -22,7 +22,7 @@ In this documentation, we'll explore the architecture of the General Bots server
* [Chapter 06 - gbapp Reference](docs/chapter-06-gbapp-reference)
* [Chapter 07 - gbot Reference](docs/chapter-07-gbot-reference)
* [Chapter 08 - Tooling](docs/chapter-08-tooling)
* [Chapter 09 - Services](docs/chapter-09-services)
* [Chapter 09 - Feature-Matrix](docs/chapter-09-feature-matrix)
* [Chapter 10 - Contributing](docs/chapter-10-contributing)
* [Apendix I - Database Model](docs/apendix-i-database-model)
* [Glossary](docs/glossary)