Skip to content

Commit

Permalink
rename AI
Browse files Browse the repository at this point in the history
  • Loading branch information
meletj authored Sep 9, 2024
1 parent 9601f5a commit 4289a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/indexData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ export const GeneralLinks_Fortify = [
icon: "fa-solid fa-chart-simple",
},
{
title: `AI Explainer`,
description: "Understand the recommendations easier by asking questions to our AI.",
title: `Prisma AI`,
description: "Understand the recommendations easier by asking our AI follow-up questions.",
url: "https://optimize-docs.docs-51g.pages.dev/optimize/ai-explainer",
icon: "fa-solid fa-message-bot",
},
Expand All @@ -192,7 +192,7 @@ export const GeneralLinks_Grow = [
icon: "fa-solid fa-bolt",
},
{
title: `Database Caching`,
title: `Database caching`,
description: "How to improve query performance by configuring cache behavior using TTL and SWR.",
url: "/accelerate/caching",
icon: "fa-solid fa-bolt",
Expand Down

0 comments on commit 4289a22

Please sign in to comment.