Skip to content

Commit

Permalink
Merge pull request #97 from codigoencasa/docs/quick
Browse files Browse the repository at this point in the history
fix: change to providers
  • Loading branch information
leifermendez authored Apr 2, 2024
2 parents 6f16a2a + b825680 commit 16a88fe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
- [ ] http://localhost:3000/en/providers/meta mejorar
- [ ] http://localhost:3000/en/providers/twilio mejorar
- [ ] node cron recordatorio
- [ ] footer cajas
- [ ] footer cajas
- [ ] responsive
- [ ] twitter link
- [ ] langchain minusucla
11 changes: 10 additions & 1 deletion src/components/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,16 @@ export const navigation = [
title: 'Built-in',
links: [
{ title: 'Databases', href: '/databases' },
{ title: 'Providers', href: '/providers' },
]
},
{
title: 'Providers',
links: [
{ title: 'Meta', href: '/providers/meta' },
{ title: 'Twilio', href: '/providers/twilio' },
{ title: 'Baileys', href: '/providers#baileys' },
{ title: 'Venom', href: '/providers#venom' },
{ title: 'WPPConnect', href: '/providers#wpp-connect' },
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We have made an intuitive framework so you can have your first chatbot in minute


## Quick Start
To install quickly with the following command
To create quickly with the following command

<CodeGroup>
```bash {{ title: 'pnpm' }}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Resources } from '@/components/Resources'
export const description =
'This guide will get you all set up and ready to use the Protocol API. We’ll cover how to get started an API client and how to make your first API request.'

## Install
## Create

Creating a bot is as simple as running the following command and following the instructions
<Note>
Expand Down

0 comments on commit 16a88fe

Please sign in to comment.