From 4bcfa277cae8cb79bde36eedfa9023860c703c4e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 3 May 2023 01:13:37 +0800 Subject: --- docs/components/Footer.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'docs/components') diff --git a/docs/components/Footer.tsx b/docs/components/Footer.tsx index 4cb2089..58042fc 100644 --- a/docs/components/Footer.tsx +++ b/docs/components/Footer.tsx @@ -32,15 +32,11 @@ const navigation = { { name: "Blog", href: "/blog" }, { name: "Releases", href: "https://github.com/retrofor/HydroRoll/releases" }, ], - repo: [ + AI: [ { name: "Documentation", href: "/AI/docs" }, - { - name: "API Reference", - href: "/AI/docs/reference/command-line-reference", - }, { name: "FAQ", href: "/AI/docs/faq" }, ], - pack: [ + TRPG: [ { name: "Documentation", href: "/TRPG/docs" }, { name: "Features", href: "/TRPG/docs/features" }, ], @@ -63,7 +59,7 @@ const navigation = { { name: "Contact Sales", href: `https://vercel.com/${ - site === "repo" ? "solutions/turborepo" : "contact/sales" + site === "AI" ? "solutions/HydroRollAI" : "contact/sales" }?utm_source=turbo.build&utm_medium=referral&utm_campaign=footer-enterpriseLink`, }, { name: "Twitter", href: "https://twitter.com/vercel" }, @@ -98,7 +94,7 @@ export function FooterContent() {
TRPG