import { notFound } from 'next/navigation'; export const dynamic = 'force-dynamic'; export default function DocsIndex() { return notFound(); }