import type { MetaRecord } from "nextra"; const meta: MetaRecord = { index: { title: "概览", }, "quick-start": { title: "快速上手", }, "deployment-guide": { title: "部署指南", }, configuration: { title: "配置", }, "workspace-usage": { title: "工作区使用", }, "agents-and-threads": { title: "Agent 与线程", }, "operations-and-troubleshooting": { title: "运维与排障", }, }; export default meta;