import type { MetaRecord } from "nextra"; const meta: MetaRecord = { index: { title: "Overview", }, "quick-start": { title: "Quick Start", }, "deployment-guide": { title: "Deployment Guide", }, configuration: { title: "Configuration", }, "workspace-usage": { title: "Workspace Usage", }, "agents-and-threads": { title: "Agents and Threads", }, "operations-and-troubleshooting": { title: "Operations and Troubleshooting", }, }; export default meta;