From 8ca71f397004ce570dec69561309b83eb86ddc49 Mon Sep 17 00:00:00 2001 From: gautamgambhir97 <140384949+gautamgambhir97@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:43:56 +0530 Subject: [PATCH] feat(docs): add id for friendly tooling (#965) --- components/landing-page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/landing-page.tsx b/components/landing-page.tsx index 79e4a5b7f..42ac3c413 100644 --- a/components/landing-page.tsx +++ b/components/landing-page.tsx @@ -27,7 +27,7 @@ function LandingPage() { link: "/guides/agents/intermediate/rest-endpoints", }, { - name: "CrewAi", + name: "CrewAI", icon: crewai, link: "/guides/quickstart-with/CrewAI/startup-idea-analyser", }, @@ -91,6 +91,7 @@ function LandingPage() {
router.push(link)} className={styles.comingSomewhereWrapper} + id={`home_tooling_${name.toLowerCase()}`} >