import { buttonVariants } from "@/components/ui/button"; import { page_routes } from "@/lib/routes-config"; import { ArrowRightIcon, FileJson, GitCommitHorizontal, SquarePlay } from "lucide-react"; import Link from "next/link"; import { cn } from "@/lib/utils"; import AnimatedShinyText from "@/components/ui/animated-shiny-text"; import { getMetadata } from "@/app/layout"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; export const metadata = getMetadata({ title: "Home", }); export default function Home() { return (
🚀 New Version - Release v.1.8.0

DocuBook Starter Templates

Get started by editing app/page.tsx . Save and see your changes instantly.{' '} Read Documentations

Get Started Playground
docu.json

Edit the docu.json file to change the content in the header, footer and sidebar.

CHANGELOG.md

Manage changes to each version of your application in the CHANGELOG.md file.

Docu Play

Easy to write interactive markdown content with a playground.

); }