1
0
mirror of synced 2025-12-19 18:14:56 -05:00

docs: Update Airbyte Academy page with API and PyAirbyte fundamentals courses (#69174)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-11-04 11:02:00 -08:00
committed by GitHub
parent 41a178c5dc
commit 2aa2d029c5
6 changed files with 14 additions and 10 deletions

View File

@@ -14,6 +14,6 @@ Airbyte Academy is your home for concise, structured training courses. These fre
<CardWithIcon title="Build an AI chatbot" description="In this course, you will use Stripe, Airbyte, Supabase, PGVector, and OpenAI to build an AI-powered chatbot to allow users to interact with e-commerce data. They will be able to ask natural language questions to uncover insights in the data." ctaText ="Start building AI apps" ctaLink="https://airbyteacademy.thinkific.com/courses/ai-chatbot?utm_source=airbytedocs" icon="fa-robot" />
</Grid>
<Grid columns="2">
<CardWithIcon title="API" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="Python" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="API fundamentals" description="Build a strong foundation in API concepts, designs, and integration techniques to enhance your development skills and boost project efficiency." ctaText="Start learning APIs" ctaLink="https://airbyteacademy.thinkific.com/courses/api-fundamentals?utm_source=airbytedocs" icon="fa-plug" />
<CardWithIcon title="PyAirbyte fundamentals" description="Master PyAirbyte to streamline data integration in your projects. Build, configure, and manage your data pipelines with ease." ctaText="Start learning PyAirbyte" ctaLink="https://airbyteacademy.thinkific.com/courses/pyairbyte-fundamentals?utm_source=airbytedocs" icon="fa-python" />
</Grid>

View File

@@ -14,6 +14,6 @@ Airbyte Academy is your home for concise, structured training courses. These fre
<CardWithIcon title="Build an AI chatbot" description="In this course, you will use Stripe, Airbyte, Supabase, PGVector, and OpenAI to build an AI-powered chatbot to allow users to interact with e-commerce data. They will be able to ask natural language questions to uncover insights in the data." ctaText ="Start building AI apps" ctaLink="https://airbyteacademy.thinkific.com/courses/ai-chatbot?utm_source=airbytedocs" icon="fa-robot" />
</Grid>
<Grid columns="2">
<CardWithIcon title="API" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="Python" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="API fundamentals" description="Build a strong foundation in API concepts, designs, and integration techniques to enhance your development skills and boost project efficiency." ctaText="Start learning APIs" ctaLink="https://airbyteacademy.thinkific.com/courses/api-fundamentals?utm_source=airbytedocs" icon="fa-plug" />
<CardWithIcon title="PyAirbyte fundamentals" description="Master PyAirbyte to streamline data integration in your projects. Build, configure, and manage your data pipelines with ease." ctaText="Start learning PyAirbyte" ctaLink="https://airbyteacademy.thinkific.com/courses/pyairbyte-fundamentals?utm_source=airbytedocs" icon="fa-python" />
</Grid>

View File

@@ -14,6 +14,6 @@ Airbyte Academy is your home for concise, structured training courses. These fre
<CardWithIcon title="Build an AI chatbot" description="In this course, you will use Stripe, Airbyte, Supabase, PGVector, and OpenAI to build an AI-powered chatbot to allow users to interact with e-commerce data. They will be able to ask natural language questions to uncover insights in the data." ctaText ="Start building AI apps" ctaLink="https://airbyteacademy.thinkific.com/courses/ai-chatbot?utm_source=airbytedocs" icon="fa-robot" />
</Grid>
<Grid columns="2">
<CardWithIcon title="API" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="Python" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="API fundamentals" description="Build a strong foundation in API concepts, designs, and integration techniques to enhance your development skills and boost project efficiency." ctaText="Start learning APIs" ctaLink="https://airbyteacademy.thinkific.com/courses/api-fundamentals?utm_source=airbytedocs" icon="fa-plug" />
<CardWithIcon title="PyAirbyte fundamentals" description="Master PyAirbyte to streamline data integration in your projects. Build, configure, and manage your data pipelines with ease." ctaText="Start learning PyAirbyte" ctaLink="https://airbyteacademy.thinkific.com/courses/pyairbyte-fundamentals?utm_source=airbytedocs" icon="fa-python" />
</Grid>

View File

@@ -14,6 +14,6 @@ Airbyte Academy is your home for concise, structured training courses. These fre
<CardWithIcon title="Build an AI chatbot" description="In this course, you will use Stripe, Airbyte, Supabase, PGVector, and OpenAI to build an AI-powered chatbot to allow users to interact with e-commerce data. They will be able to ask natural language questions to uncover insights in the data." ctaText ="Start building AI apps" ctaLink="https://airbyteacademy.thinkific.com/courses/ai-chatbot?utm_source=airbytedocs" icon="fa-robot" />
</Grid>
<Grid columns="2">
<CardWithIcon title="API" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="Python" description="Coming soon!" icon="fa-lock" />
<CardWithIcon title="API fundamentals" description="Build a strong foundation in API concepts, designs, and integration techniques to enhance your development skills and boost project efficiency." ctaText="Start learning APIs" ctaLink="https://airbyteacademy.thinkific.com/courses/api-fundamentals?utm_source=airbytedocs" icon="fa-plug" />
<CardWithIcon title="PyAirbyte fundamentals" description="Master PyAirbyte to streamline data integration in your projects. Build, configure, and manage your data pipelines with ease." ctaText="Start learning PyAirbyte" ctaLink="https://airbyteacademy.thinkific.com/courses/pyairbyte-fundamentals?utm_source=airbytedocs" icon="fa-python" />
</Grid>

View File

@@ -3,8 +3,10 @@ import {
faCloud,
faDownload,
faLock,
faPlug,
faRobot,
} from "@fortawesome/free-solid-svg-icons";
import { faPython } from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import styles from "./Card.module.css";
import { CloudIcon, EnterpriseIcon, OssIcon } from "./CustomIcons";
@@ -13,6 +15,8 @@ const FA_ICONS = {
"fa-cloud": faCloud,
"fa-download": faDownload,
"fa-lock": faLock,
"fa-plug": faPlug,
"fa-python": faPython,
"fa-robot": faRobot,
};