import type { MetaRecord } from "nextra"; const meta: MetaRecord = { "concepts-glossary": { title: "概念词汇表", }, "configuration-reference": { title: "配置参考", }, "api-gateway-reference": { title: "API / Gateway 参考", }, "runtime-flags-and-modes": { title: "运行时标志与模式", }, "source-map": { title: "代码映射", }, }; export default meta;