diff --git a/packages/docs/src/routes/index.tsx b/packages/docs/src/routes/index.tsx index 01a9d74..6ddf868 100644 --- a/packages/docs/src/routes/index.tsx +++ b/packages/docs/src/routes/index.tsx @@ -4,143 +4,207 @@ import type { DocumentHead } from '@builder.io/qwik-city' export default component$(() => { return ( <> -

Welcome to BotWhatsapp Docs Starter

+

Bienvenido,

+

+ Un robot (bot) de Whatsapp es un programa que reconoce palabras + clave en los mensajes que entran, y contesta con respuestas + pre-programadas, facilitando así el dar información a posibles + clientes desde tu cuenta de Whatsapp automáticamente. +

+

+ Este bot esta programado en Javascript y usa NodeJS y es{' '} + + Open Source + + . +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CaracterísticasEstatus
Dialogflow + + ✅ + +
MySQL + + ✅ + +
JSON File + + ✅ + +
QR Scan (route) + + ✅ + +
Easy deploy heroku + + ✅ + +
Buttons + + ✅ + + + ℹ️ + {' '} + (No funciona en multi-device) +
Send Voice Note + + ✅ + +
Add support ubuntu/linux + + ✅ + +
+ +

Requisitos

-

Commands

- - - - - - - - - - - - - - - - - - -
- npm run dev - Start the dev server and watch for changes.
- npm run preview - Production build and start preview server.
- npm run build - Production build.
- npm run qwik add - Select an integration to add.
- -

Add Integrations

- - - - - - - - - - - - - - - - - - -
- npm run qwik add cloudflare-pages - - - Cloudflare Pages Server - -
- npm run qwik add express - - - Nodejs Express Server - -
- npm run qwik add netlify-edge - - - Netlify Edge Functions - -
- npm run qwik add static - - - Static Site Generation (SSG) - -
- -

Community

- +

Instalación

)