import type { MetaRecord } from "nextra"; const meta: MetaRecord = { "quick-start": { title: "Quick Start", }, catalog: { title: "Subagent Catalog", }, delegation: { title: "Delegating Work", }, results: { title: "Results and Acceptance", }, limits: { title: "Limits, Budgets, and Capacity", }, sandbox: { title: "Sandbox and Isolation", }, observability: { title: "Observability", }, troubleshooting: { title: "Troubleshooting", }, developers: { title: "Developers and Integration", }, reference: { title: "Reference", }, }; export default meta;