diff --git a/TODO.md b/TODO.md index 6ca31c8..975ec9d 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,7 @@ - [ ] http://localhost:3000/en/providers/meta mejorar - [ ] http://localhost:3000/en/providers/twilio mejorar - [ ] node cron recordatorio -- [ ] footer cajas \ No newline at end of file +- [ ] footer cajas +- [ ] responsive +- [ ] twitter link +- [ ] langchain minusucla \ No newline at end of file diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx index fb1f0bf..cb82e9f 100755 --- a/src/components/Navigation.jsx +++ b/src/components/Navigation.jsx @@ -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' }, ] }, { diff --git a/src/pages/en/index.mdx b/src/pages/en/index.mdx index 98be348..e23a1f0 100644 --- a/src/pages/en/index.mdx +++ b/src/pages/en/index.mdx @@ -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 ```bash {{ title: 'pnpm' }} diff --git a/src/pages/en/quickstart/index.mdx b/src/pages/en/quickstart/index.mdx index fc24a8b..219466d 100644 --- a/src/pages/en/quickstart/index.mdx +++ b/src/pages/en/quickstart/index.mdx @@ -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