-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move Files API handbook to For Developers section (#334)
* chore: move Files API handbook to For Developers section * fix CSS issue in home page
- Loading branch information
1 parent
6189a91
commit e0862ef
Showing
6 changed files
with
15 additions
and
11 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
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
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
File renamed without changes.
File renamed without changes.
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,10 +1,15 @@ | ||
This document aims to provide a comprehensive guide to the Botpress Cloud developer experience. After reading it, you should be able to create and manage Bots and Integrations using the CLI and SDK. | ||
# Botpress for Developers | ||
|
||
This document aims to provide a comprehensive guide to the Botpress Cloud developer experience. After reading it, you should be able to: | ||
|
||
- Create and manage Bots and Integrations using the CLI and SDK. | ||
- Use the Botpress Cloud API to interact with the platform, notably the Chat API and Files API. | ||
|
||
## Prerequisites | ||
|
||
We assume you are a programmer that knows the JavaScript ecosystem and already has a basic knowledge of Botpress. Among other things, the reader should: | ||
|
||
- have built at least one Chatbot with Botpress Cloud Studio | ||
- be comfortable with the command line (either Bash, Powershell or any other shell) | ||
- be familiar with [Node.js](https://nodejs.org/en/), recommended version 18.x.x or later | ||
- be familiar with [TypeScript](https://www.typescriptlang.org/) | ||
- Have built at least one Chatbot with Botpress Cloud Studio. | ||
- Be comfortable with the command line (either Bash, Powershell or any other shell). | ||
- Be familiar with [Node.js](https://nodejs.org/en/), recommended version 18.x.x or later. | ||
- Be familiar with [TypeScript](https://www.typescriptlang.org/). |