Skip to content

Commit

Permalink
feat(docs): add ethereum tooling link (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 authored Nov 20, 2024
1 parent 50113fd commit 47291ff
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import crewai from "../src/svgs/crewai.svg";
import fastapi from "../src/svgs/fastapi.svg";
import openAI from "../src/svgs/openai.svg";
import darkOpenAI from "../src/svgs/dark-openai.svg";
import ethereum from "../src/svgs/ethereum.svg";
import darkEthereum from "../src/svgs/dark-ethereum.svg";
import darkLangchain from "../src/svgs/dark-langchain.svg";
import darkCrewai from "../src/svgs/dark-crew-ai.svg";
import darkFastapi from "../src/svgs/dark-fast-api.svg";
Expand Down Expand Up @@ -60,6 +62,11 @@ function LandingPage() {
icon: theme === ThemeMode.Light ? fastapi : darkFastapi,
link: "/guides/agents/intermediate/rest-endpoints",
},
{
name: "Ethereum",
icon: theme === ThemeMode.Light ? ethereum : darkEthereum,
link: "/examples/intermediate/sending-and-verifying-token-transactions-with-agent",
},
{
name: "CrewAI",
icon: theme === ThemeMode.Light ? crewai : darkCrewai,
Expand Down
15 changes: 15 additions & 0 deletions src/svgs/dark-ethereum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/svgs/ethereum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47291ff

Please sign in to comment.