Skip to content

Commit d5af1fb

Browse files
committed
[Homepage] Update to promote ai tooling
1 parent a24b5b5 commit d5af1fb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/HomepageHero.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if (image) {
4949
<a href="/resources/">Resources</a>
5050
<a href="/api/">API</a>
5151
<a href="/changelog/">Changelog</a>
52+
<a href="/style-guide/ai-tooling/">AI tooling</a>
5253
</div>
5354
<h1 id={"_top"} data-page-title set:html={title} />
5455
{tagline && <div class="tagline" set:html={tagline} />}

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 tooling", 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)