import { Head } from '@inertiajs/react' import MarkdocRenderer from '~/components/MarkdocRenderer' import DocsLayout from '~/layouts/DocsLayout' export default function Show({ content, title }: { content: any; title: string }) { return (