import type { MetaRecord } from "nextra"; const meta: MetaRecord = { "first-conversation": { title: "第一次对话", }, "create-your-first-harness": { title: "创建你的第一个 Harness", }, "use-tools-and-skills": { title: "使用工具和技能", }, "work-with-memory": { title: "使用记忆系统", }, "deploy-your-own-deerflow": { title: "部署你的 DeerFlow", }, }; export default meta;