Skip to content

Commit 8df7790

Browse files
authored
[Homepage] Add link to ai tooling resources (cloudflare#26053)
* [Homepage] Update to promote ai tooling * update wording * remove from top bar
1 parent e04a31f commit 8df7790

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/index.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const topCards = [
3838
{
3939
title: "Featured",
4040
links: [
41-
{ text: "Add web analytics", href: "/web-analytics/" },
41+
{ text: "AI tools", href: "/style-guide/ai-tooling/" },
4242
{
4343
text: "Troubleshoot errors",
4444
href: "/support/troubleshooting/http-status-codes/",
@@ -91,7 +91,10 @@ const topCards = [
9191
title: "Zero Trust",
9292
links: [
9393
{ text: "Access", href: "/cloudflare-one/policies/access/" },
94-
{ text: "Tunnel", href: "/cloudflare-one/networks/connectors/cloudflare-tunnel/" },
94+
{
95+
text: "Tunnel",
96+
href: "/cloudflare-one/networks/connectors/cloudflare-tunnel/",
97+
},
9598
{ text: "Gateway", href: "/cloudflare-one/policies/gateway/" },
9699
{
97100
text: "Browser Isolation",

0 commit comments

Comments
 (0)