module.exports = { someSidebar: [ { type: "category", label: "Installation", items: ["introduction", "getting-started", "configuration"] }, { type: "category", label: "Features", items: ["mdx"] }, { type: "doc", id: "platforms" } ] };