import Creeper from "@/components/creeper"; import { minecrafter } from "@/font/fonts"; import Link from "next/link"; import { cn } from "../../lib/utils"; /** * The documentation page. * * @returns the docs jsx */ const DocsPage = (): JSX.Element => (
{/* Creeper */}
{/* Header */}

Documentation

{/* Content */}

This page is still under construction, however we do have a{" "} Wiki !

); export default DocsPage;