import * as React from "react"; import Link from "next/link"; import { useMDXComponent } from "next-contentlayer2/hooks"; import { cn } from "@/lib/utils"; import { MdxCard } from "@/components/content/mdx-card"; import BlurImage from "@/components/shared/blur-image"; import { Callout } from "@/components/shared/callout"; import { CopyButton } from "@/components/shared/copy-button"; import { DocsLang } from "../shared/docs-lang"; import { Separator } from "../ui/separator"; const components = { h1: ({ className, ...props }) => (

), h2: ({ className, ...props }) => (

), h3: ({ className, ...props }) => (

), h4: ({ className, ...props }) => (

), h5: ({ className, ...props }) => (

), h6: ({ className, ...props }) => (
), a: ({ className, ...props }) => ( ), p: ({ className, ...props }) => (

), ul: ({ className, ...props }) => (