Add integrations resource section
cgen-1580cb1321c14e4e91b9888d68a0bce2
This commit is contained in:
parent
0a54590ca6
commit
b92f924907
1 changed files with 13 additions and 0 deletions
|
|
@ -106,6 +106,19 @@ const resourceSections = [
|
|||
],
|
||||
badge: "25+ examples",
|
||||
},
|
||||
{
|
||||
title: "Integrations",
|
||||
description: "Embed partner tooling and automate external workflows",
|
||||
icon: LinkIcon,
|
||||
href: "/docs/integrations",
|
||||
items: [
|
||||
"HelloSkip agent",
|
||||
"Theming hooks",
|
||||
"Status preflights",
|
||||
"Troubleshooting",
|
||||
],
|
||||
badge: "Updated",
|
||||
},
|
||||
];
|
||||
|
||||
const featuredUpdates = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue