import type { MetaRecord } from "nextra"; const meta: MetaRecord = { index: { title: "Overview", }, introduction: { title: "Introduction", }, harness: { title: "DeerFlow Harness", }, application: { title: "DeerFlow App", }, tutorials: { title: "Tutorials", }, reference: { title: "Reference", }, workspace: { type: "page", }, blog: { type: "page", }, }; export default meta;