Skip to content

Commit

Permalink
yarn pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 28, 2024
1 parent af5de4e commit 6e1e5fc
Show file tree
Hide file tree
Showing 16 changed files with 3,662 additions and 23 deletions.
78 changes: 78 additions & 0 deletions generator/konfig-docs/src/pages/sdk/belvo/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
import React from 'react';
import { Company } from '../../../components/Company';

const sdks = [
{
"name": "Belvo",
"numberOfMethods": 80,
"categories": [
"finance",
"open_banking",
"fintech",
"financial_services",
"latam",
"latin_america",
"open_finance"
],
"index": "belvo/typescript",
"language": "TypeScript",
"link": "/sdk/belvo/typescript/",
"developerDocumentation": "developers.belvo.com",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/belvo/openapi.yaml"
},
{
"name": "Belvo",
"numberOfMethods": 80,
"categories": [
"finance",
"open_banking",
"fintech",
"financial_services",
"latam",
"latin_america",
"open_finance"
],
"index": "belvo/python",
"language": "Python",
"link": "/sdk/belvo/python/",
"developerDocumentation": "developers.belvo.com",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/belvo/openapi.yaml"
},
{
"name": "Belvo",
"numberOfMethods": 80,
"categories": [
"finance",
"open_banking",
"fintech",
"financial_services",
"latam",
"latin_america",
"open_finance"
],
"index": "belvo/java",
"language": "Java",
"link": "/sdk/belvo/java/",
"developerDocumentation": "developers.belvo.com",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/belvo/openapi.yaml"
}
];

export default function Belvo() {
const allCategories: string[] = Array.from(
new Set(sdks.flatMap((service) => service.categories)),
)
return (
<Company
company="Belvo"
previewLinkImage="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/belvo/imagePreview.png"
logo="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/belvo/logo.png"
favicon="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/belvo/favicon.png"
sdks={sdks}
homepage="belvo.com"
companyKebabCase="belvo"
categories={allCategories}
metaDescription={`Belvo es la plataforma líder de datos y pagos de open finance en Latinoamérica. Ayudamos a innovadores financieros a acceder a los datos financieros de tus usuarios, entender mejor su comportamiento y habilitar pagos instantáneos gracias al open finance, con el objetivo de impulsar productos más eficientes, seguros e inclusivos.`}
/>
)
}
77 changes: 77 additions & 0 deletions generator/konfig-docs/src/pages/sdk/brevo/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
import React from 'react';
import { Company } from '../../../components/Company';

const sdks = [
{
"name": "Brevo",
"numberOfMethods": 221,
"categories": [
"email",
"sms",
"chat"
],
"index": "brevo/typescript",
"language": "TypeScript",
"link": "/sdk/brevo/typescript/",
"developerDocumentation": "developers.brevo.com/",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/brevo/openapi.yaml"
},
{
"name": "Brevo",
"numberOfMethods": 221,
"categories": [
"email",
"sms",
"chat"
],
"index": "brevo/python",
"language": "Python",
"link": "/sdk/brevo/python/",
"developerDocumentation": "developers.brevo.com/",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/brevo/openapi.yaml"
},
{
"name": "Brevo",
"numberOfMethods": 221,
"categories": [
"email",
"sms",
"chat"
],
"index": "brevo/java",
"language": "Java",
"link": "/sdk/brevo/java/",
"developerDocumentation": "developers.brevo.com/",
"openapiGitHubUi": "https://github.com/konfig-sdks/openapi-examples/tree/HEAD/brevo/openapi.yaml"
}
];

export default function Brevo() {
const allCategories: string[] = Array.from(
new Set(sdks.flatMap((service) => service.categories)),
)
return (
<Company
company="Brevo"
previewLinkImage="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/brevo/imagePreview.jpg"
logo="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/brevo/logo.png"
favicon="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/brevo/favicon.png"
sdks={sdks}
homepage="brevo.com"
companyKebabCase="brevo"
categories={allCategories}
metaDescription={`Brevo, formerly known as Sendinblue, is the leading customer relationship management (CRM) suite designed to fully cultivate long-term customer relationships and to empower businesses to expand in a fast changing digital world. With Brevo, businesses have a unified view of the customer journey in one easy-to-use platform to grow meaningful relationships.
🙌Brevo Fun Facts 🙌
- Founded in 2012 by Armand Thiberge with a mission to help businesses of all sizes build stronger customer relationships and grow beyond their wildest dreams
- 500,000 customers across 180 countries
- Fully compliant with GDPR regulations
- Service and platform available in six languages
- Headquartered in Paris with eight other offices in Seattle, Toronto, Berlin, Vienna, Sofia, Noida, and Bengaluru
- 700+ talented employees representing over 67 nationalities
- Continuous efforts to reduce and monitor its carbon footprint
- Achieved centaur status—$100M in ARR—in 2022
- Award wins include Top 100 Software Company by The Software Report (TSR), Stevie Award: Relationship Management Solution, MarTech Breakthrough Award: Best Overall Marketing Automation Platform, G2: Leader Winter, Leader Enterprise Winter, Best Results Mid-Market, Best Software Awards: Top 50 Marketing Products, Best Software Awards: Top 100 Fastest Growing Products`}
/>
)
}
80 changes: 77 additions & 3 deletions generator/konfig-docs/src/pages/sdk/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,26 @@
"difficultyScore": 521,
"subpath": "/sdk/ukg"
},
{
"parentCategories": [
"Sales & CRM"
],
"subCategories": [
"CRM (Customer Relationship Management)"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/brevo/favicon.png",
"metaDescription": "Brevo, formerly known as Sendinblue, is the leading customer relationship management (CRM) suite designed to fully cultivate long-term customer relationships and to empower businesses to expand in a fast changing digital world. With Brevo, businesses have a unified view of the customer journey in one easy-to-use platform to grow meaningful relationships.\n\n🙌Brevo Fun Facts 🙌\n- Founded in 2012 by Armand Thiberge with a mission to help businesses of all sizes build stronger customer relationships and grow beyond their wildest dreams\n- 500,000 customers across 180 countries \n- Fully compliant with GDPR regulations\n- Service and platform available in six languages\n- Headquartered in Paris with eight other offices in Seattle, Toronto, Berlin, Vienna, Sofia, Noida, and Bengaluru\n- 700+ talented employees representing over 67 nationalities\n- Continuous efforts to reduce and monitor its carbon footprint\n- Achieved centaur status—$100M in ARR—in 2022 \n- Award wins include Top 100 Software Company by The Software Report (TSR), Stevie Award: Relationship Management Solution, MarTech Breakthrough Award: Best Overall Marketing Automation Platform, G2: Leader Winter, Leader Enterprise Winter, Best Results Mid-Market, Best Software Awards: Top 50 Marketing Products, Best Software Awards: Top 100 Fastest Growing Products",
"services": [],
"company": "Brevo",
"keywords": [
"email",
"sms",
"chat"
],
"numberOfApis": 1,
"difficultyScore": 520.5,
"subpath": "/sdk/brevo"
},
{
"parentCategories": [
"Productivity"
Expand Down Expand Up @@ -983,7 +1003,7 @@
"Payment Processing"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/wannme/favicon.png",
"metaDescription": "Wannme es una plataforma de pagos que gestiona todo el proceso del cobro, desde la pasarela de pago hasta las comunicaciones de tu tienda física u online. ¿Cómo lo hacemos? Mediante una única solución, una sola API. \n¿Qué te ofrecemos? Una solución personalizada para ti y tu negocio, con múltiples funcionalidades que puedes combinar libremente, fácil de integrar, usar y sin sobrecostes. Todo y más a golpe de clic. \nQueremos ser tu partner tecnológico y acompañarte en todo el proceso de cobro a tus clientes. Con la misma tecnología y procesos que usan los grandes, pero adaptada a lo que necesites (tarjeta de crédito, Bizum, efectivo, Split Payments, pagos PSD2… etc.) para que tú te centres en vender y tus clientes en comprar.\nDo you want me?",
"metaDescription": "Wannme es una plataforma de pagos que gestiona todo el proceso del cobro, desde la pasarela de pago hasta las comunicaciones de tu tienda física u online. ¿Cómo lo hacemos? Mediante una única solución, una sola API.\n¿Qué te ofrecemos? Una solución personalizada para ti y tu negocio, con múltiples funcionalidades que puedes combinar libremente, fácil de integrar, usar y sin sobrecostes. Todo y más a golpe de clic.\nQueremos ser tu partner tecnológico y acompañarte en todo el proceso de cobro a tus clientes. Con la misma tecnología y procesos que usan los grandes, pero adaptada a lo que necesites (tarjeta de crédito, Bizum, efectivo, Split Payments, pagos PSD2… etc.) para que tú te centres en vender y tus clientes en comprar.\nDo you want me?",
"services": [],
"company": "WANNME",
"keywords": [
Expand Down Expand Up @@ -1249,6 +1269,30 @@
"difficultyScore": 380.375,
"subpath": "/sdk/gusto"
},
{
"parentCategories": [
"Data"
],
"subCategories": [
"Finance"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/belvo/favicon.png",
"metaDescription": "Belvo es la plataforma líder de datos y pagos de open finance en Latinoamérica. Ayudamos a innovadores financieros a acceder a los datos financieros de tus usuarios, entender mejor su comportamiento y habilitar pagos instantáneos gracias al open finance, con el objetivo de impulsar productos más eficientes, seguros e inclusivos.",
"services": [],
"company": "Belvo",
"keywords": [
"finance",
"open_banking",
"fintech",
"financial_services",
"latam",
"latin_america",
"open_finance"
],
"numberOfApis": 1,
"difficultyScore": 377.5,
"subpath": "/sdk/belvo"
},
{
"parentCategories": [
"Sales & CRM"
Expand Down Expand Up @@ -2446,6 +2490,36 @@
"difficultyScore": 157,
"subpath": "/sdk/redkik"
},
{
"parentCategories": [
"Business Intelligence"
],
"subCategories": [
"Reviews"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/podium/favicon.png",
"metaDescription": "A few years back, Eric (Co-Founder and CEO) got a frustrated call from his dad. His dad's tire shop had plenty of happy customers, but only a handful of angry ones were leaving reviews. So we built a product that made getting more reviews as easy as sending a text.\n\nLaunching in 2014, we set out to solve the same problem for local businesses everywhere, but we realized that messaging with customers wasn't just the better way to get reviews—it's the better way to do business. We've since built a multi-product platform that's modernizing the way local business gets done. \n\nWe are here to provide local businesses with everything they need to win. Get more reviews, collect payments, send text marketing campaigns, and centralize your communications—all from one easy-to-use platform.\n\n#Podium #PodiumLove #LocalBusiness #TheFutureIsLocal",
"services": [],
"company": "Podium",
"keywords": [
"messaging",
"reviews",
"customer_communication",
"reviews_recommendations",
"online_reviews",
"reputation_management",
"review_analytics",
"customer_reviews",
"customer_interactions",
"customer_engagement",
"collect_payments",
"text_marketing",
"sms_marketing"
],
"numberOfApis": 1,
"difficultyScore": 154.5,
"subpath": "/sdk/podium"
},
{
"parentCategories": [
"Commerce"
Expand Down Expand Up @@ -3432,7 +3506,7 @@
"HR Talent & Recruitment"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/tramitapp/favicon.png",
"metaDescription": "TramitApp es la App de Gestión de Recursos Humanos con la que ahorrarás tiempo y gestionarás fácilmente y en la nube los tediosos papeleos.\n\nPodrás controlar EN TIEMPO REAL y DESDE TU MÓVIL el registro horario de tus empleados, vacaciones del equipo, nóminas, gastos, kilometraje, dietas, ausencias y bajas médicas.\n\nSomos una plataforma centrada en \"la experiencia de empleado\" y contamos con una APP DE EMPLEADO para eliminar por completo el papel y los errores.\n\nEs segura y cumple estrictamente con los requisitos legales. Incorpora firma electrónica y reconocimiento facial.\n\nSe trata de un sistema flexible para todos los sectores y con una implementación sencilla para grandes, medianas y pequeñas empresas a través de la integración de una API con otros sistemas.\n\nAdemás:\n· Sin costes de mantenimiento. \n· Sin papeles. \n· Con comunicación con tu gestoría. \n· Con posibilidad de integración con sistemas de nóminas.\n· Con soporte.",
"metaDescription": "TramitApp es la App de Gestión de Recursos Humanos con la que ahorrarás tiempo y gestionarás fácilmente y en la nube los tediosos papeleos.\n\nPodrás controlar EN TIEMPO REAL y DESDE TU MÓVIL el registro horario de tus empleados, vacaciones del equipo, nóminas, gastos, kilometraje, dietas, ausencias y bajas médicas.\n\nSomos una plataforma centrada en \"la experiencia de empleado\" y contamos con una APP DE EMPLEADO para eliminar por completo el papel y los errores.\n\nEs segura y cumple estrictamente con los requisitos legales. Incorpora firma electrónica y reconocimiento facial.\n\nSe trata de un sistema flexible para todos los sectores y con una implementación sencilla para grandes, medianas y pequeñas empresas a través de la integración de una API con otros sistemas.\n\nAdemás:\n· Sin costes de mantenimiento.\n· Sin papeles.\n· Con comunicación con tu gestoría.\n· Con posibilidad de integración con sistemas de nóminas.\n· Con soporte.",
"services": [],
"company": "TramitApp",
"keywords": [
Expand Down Expand Up @@ -3716,7 +3790,7 @@
"Science"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/ducky/favicon.png",
"metaDescription": "Hello there! 👋🏼 We're Ducky, climate enthusiasts passionate about steering the world towards data-driven climate action. We empower YOU to seamlessly track, reduce, and report your climate emissions with our intuitive software solutions. \n\n💪🏼 So far, we've assisted over 300 organisations and 90,000 individuals worldwide in becoming more sustainable – and we'd love to help you, too! \n\nWould any of our solutions be suitable for you?👇🏽\n\n🌍 Seamless Climate Reporting:\nInitiate climate reporting easily, quickly, and at an affordable price! Our platform automates climate reporting according to all requirements, ensuring excellent results with just a few clicks and a user-friendly interface.\n\n🚲 Holistic Mobility Data:\nIn collaboration with Telia, we provide data to assist mobility planners and property developers in transitioning to a sustainable mobility system in your city. Track travel patterns and measure the climate impact of changes over time.\n\n🌱 Climate Campaign Manager:\nTurn climate actions into a fun, team-building, and engaging process. Set up educational climate challenges within your company and foster a culture where climate action feels like a shared responsibility.\n\n🎯 We focus on consumption-based carbon emissions.\n🦆 Our team comprises 18 dedicated climate enthusiasts.\n📍 We have offices in Trondheim and Oslo.\n💬 Get in touch with us via DM or through our website: www.ducky.eco",
"metaDescription": "Hello there! 👋🏼 We're Ducky, climate enthusiasts passionate about steering the world towards data-driven climate action. We empower YOU to seamlessly track, reduce, and report your climate emissions with our intuitive software solutions.\n\n💪🏼 So far, we've assisted over 300 organisations and 90,000 individuals worldwide in becoming more sustainable – and we'd love to help you, too!\n\nWould any of our solutions be suitable for you?👇🏽\n\n🌍 Seamless Climate Reporting:\nInitiate climate reporting easily, quickly, and at an affordable price! Our platform automates climate reporting according to all requirements, ensuring excellent results with just a few clicks and a user-friendly interface.\n\n🚲 Holistic Mobility Data:\nIn collaboration with Telia, we provide data to assist mobility planners and property developers in transitioning to a sustainable mobility system in your city. Track travel patterns and measure the climate impact of changes over time.\n\n🌱 Climate Campaign Manager:\nTurn climate actions into a fun, team-building, and engaging process. Set up educational climate challenges within your company and foster a culture where climate action feels like a shared responsibility.\n\n🎯 We focus on consumption-based carbon emissions.\n🦆 Our team comprises 18 dedicated climate enthusiasts.\n📍 We have offices in Trondheim and Oslo.\n💬 Get in touch with us via DM or through our website: www.ducky.eco",
"services": [],
"company": "Ducky",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function DigitalOceanTypeScriptSdk() {
companyKebabCase="digital-ocean"
clientNameCamelCase="digitalOcean"
homepage="digitalocean.com"
lastUpdated={new Date("2024-03-28T21:39:50.212Z")}
lastUpdated={new Date("2024-03-28T23:15:08.809Z")}
faviconUrl="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/digitalocean/favicon.png"
// Missing contactUrl
contactEmail="[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions generator/konfig-docs/src/pages/sdk/ducky/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ export default function Ducky() {
homepage="www.ducky.eco/"
companyKebabCase="ducky"
categories={allCategories}
metaDescription={`Hello there! 👋🏼 We're Ducky, climate enthusiasts passionate about steering the world towards data-driven climate action. We empower YOU to seamlessly track, reduce, and report your climate emissions with our intuitive software solutions.
metaDescription={`Hello there! 👋🏼 We're Ducky, climate enthusiasts passionate about steering the world towards data-driven climate action. We empower YOU to seamlessly track, reduce, and report your climate emissions with our intuitive software solutions.
💪🏼 So far, we've assisted over 300 organisations and 90,000 individuals worldwide in becoming more sustainable – and we'd love to help you, too!
💪🏼 So far, we've assisted over 300 organisations and 90,000 individuals worldwide in becoming more sustainable – and we'd love to help you, too!
Would any of our solutions be suitable for you?👇🏽
Expand Down
Loading

0 comments on commit 6e1e5fc

Please sign in to comment.