From b97d8ba8f155c6822d0e13a2ef2744bbafea5a5e Mon Sep 17 00:00:00 2001 From: cheveguerra Date: Mon, 12 Dec 2022 12:27:33 -0600 Subject: [PATCH 1/3] docs: pagina de entrada --- packages/docs/src/routes/index.tsx | 300 +++++++++++++++++------------ 1 file changed, 182 insertions(+), 118 deletions(-) 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

) From 639e2defa7e5d148fbc2d5c733c7e1f77de4a9d8 Mon Sep 17 00:00:00 2001 From: cheveguerra Date: Mon, 12 Dec 2022 12:41:01 -0600 Subject: [PATCH 2/3] docs: cambios en la documentacion --- packages/docs/src/routes/index.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/docs/src/routes/index.tsx b/packages/docs/src/routes/index.tsx index 6ddf868..ce5f98a 100644 --- a/packages/docs/src/routes/index.tsx +++ b/packages/docs/src/routes/index.tsx @@ -4,7 +4,7 @@ import type { DocumentHead } from '@builder.io/qwik-city' export default component$(() => { return ( <> -

Bienvenido,

+

Bienvenido

Un robot (bot) de Whatsapp es un programa que reconoce palabras @@ -19,6 +19,15 @@ export default component$(() => { .

+

+ Está programado de tal forma que se pueden usar varias librerías + (hasta ahora whatsapp-web.js, twilio y Venom) y se puden agregar + más. +

+

+ Si se quere cambiar la librería que se está usando, esto se + puede hacer con solo cambiar unas lineas en el código. +

From 55d12810d91bf1e3c429630c3438dff4eafacd5b Mon Sep 17 00:00:00 2001 From: cheveguerra Date: Mon, 12 Dec 2022 12:43:45 -0600 Subject: [PATCH 3/3] docs: cambios en docs --- packages/docs/src/routes/index.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/docs/src/routes/index.tsx b/packages/docs/src/routes/index.tsx index ce5f98a..4ae7f96 100644 --- a/packages/docs/src/routes/index.tsx +++ b/packages/docs/src/routes/index.tsx @@ -37,6 +37,18 @@ export default component$(() => { + + + +
Menus y Submenus + + ✅ + +
Dialogflow