From d1ad35484d51faeae53f5a44ef08008cc9dc48ca Mon Sep 17 00:00:00 2001 From: criskell <96352451+criskell@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:56:45 -0300 Subject: [PATCH] feat(sdks/ruby): add ruby sdk to home page (#544) --- src/pages/index.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 7b64b462..b82f91eb 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -13,7 +13,7 @@ import { FaOpencart, } from 'react-icons/fa'; import { GrOracle } from 'react-icons/gr'; -import { SiVtex, SiNodedotjs, SiPowershell, SiWoo, SiDelphi } from 'react-icons/si'; +import { SiVtex, SiNodedotjs, SiPowershell, SiWoo, SiDelphi, SiRuby } from 'react-icons/si'; import { TbBrandCSharp, TbWebhook } from 'react-icons/tb'; import Layout from '@theme/Layout'; @@ -152,6 +152,14 @@ const cards = [ '/docs/category/php', to: 'https://app.woovi.com/home/applications/php/add', }, + { + title: 'Ruby', + content: 'SDK Ruby completo para criar cobranças, cadastrar clientes, consultar transações e muito mais.', + icon: , + docsTo: + '/docs/category/ruby', + to: 'https://app.woovi.com/home/applications/ruby/add', + }, { title: 'Shell', content: 'Criar cobranças Pix usando Shell',