Skip to content

Commit

Permalink
New integration get started (#327)
Browse files Browse the repository at this point in the history
* draft for new integration get started

* updates intros

* removes about

* fixes typo

* fixes innacuracy.

* leverages sdk's runtime error

* removes throw, and tag prefixes

* various text changes

* edits to code snippets make the before after more obvious

* explains messages more clearly

* adds raw videos

* updates information on publishing to botpress hub

* fixes broken link
  • Loading branch information
ptrckbp authored Jun 7, 2024
1 parent e0862ef commit 225c80d
Show file tree
Hide file tree
Showing 19 changed files with 597 additions and 309 deletions.
2 changes: 1 addition & 1 deletion components/Home/Home.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const HERO_CARDS: NavigationCard[] = [
{
heading: 'For Developers',
subHeading: 'Build your very own Botpress chat bot using our API',
link: '/developers',
link: '/developers/getting-started/installation',
Icon: KeyboardIcon,
},
{
Expand Down
8 changes: 2 additions & 6 deletions pages/developers/_meta.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"index": "Overview",
"getting-started": "Getting Started",
"moving-parts": "Moving Parts",
"cli": "CLI",
"sdk": "SDK",
"howTo": "How To",
"concepts": "Key Concepts",
"webchat": "Web Chat v1 (old)",
"webchat-v2": "Web Chat v2",
"api-handbook": "API Handbook",
"publishing-to-botpress-hub": "Publishing to Botpress Hub"
"webchat": "Web Chat v1",
"webchat-v2": "Web Chat v2"
}
241 changes: 0 additions & 241 deletions pages/developers/getting-started.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions pages/developers/getting-started/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"installation": "Getting Started",
"adding-channel-capabilities": "Adding Messaging Channels Capabilities",
"adding-actions-and-triggers": "Adding Actions and Triggers",
"publishing-to-botpress-hub": "Publishing to Botpress Hub"
}
Loading

0 comments on commit 225c80d

Please sign in to comment.