mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix(www): links
This commit is contained in:
parent
a6f9ca3594
commit
e2d01e817a
6 changed files with 15 additions and 15 deletions
|
|
@ -6,13 +6,13 @@ const footerLinks = {
|
|||
product: [
|
||||
{ label: "Research", href: "/research" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Documentation", href: "https://docs.plano.katanemo.com", external: true },
|
||||
{ label: "Documentation", href: "https://docs.planoai.dev", external: true },
|
||||
{ label: "Hugging Face", href: "https://huggingface.co/katanemo", external: true },
|
||||
],
|
||||
resources: [
|
||||
{ label: "GitHub", href: "https://github.com/katanemo/arch", external: true },
|
||||
{ label: "Discord", href: "https://discord.gg/pGZf2gcwEc", external: true },
|
||||
{ label: "Get Started", href: "https://docs.plano.katanemo.com/getting-started/installation", external: true },
|
||||
{ label: "Get Started", href: "https://docs.planoai.dev/getting-started/installation", external: true },
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ import { motion, AnimatePresence } from "framer-motion";
|
|||
import { X, Menu } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ href: "https://docs.plano.katanemo.com/getting-started/installation", label: "start locally" },
|
||||
{ href: "https://docs.plano.katanemo.com", label: "docs" },
|
||||
{ href: "https://docs.planoai.dev/getting-started/installation", label: "start locally" },
|
||||
{ href: "https://docs.planoai.dev", label: "docs" },
|
||||
{ href: "/research", label: "research" },
|
||||
{ href: "/blog", label: "blog" },
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue