Skip to content

Commit

Permalink
feat(sdks/ruby): add ruby sdk to home page (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell committed Jul 20, 2023
1 parent 834a2f4 commit d1ad354
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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: <SiRuby color={'#CC342D'} size={30} />,
docsTo:
'/docs/category/ruby',
to: 'https://app.woovi.com/home/applications/ruby/add',
},
{
title: 'Shell',
content: 'Criar cobranças Pix usando Shell',
Expand Down

0 comments on commit d1ad354

Please sign in to comment.