module.exports = { docs: [ { type: "category", label: "Getting Started", collapsed: false, items: [ "introduction", "upgrading", { type: "category", label: "🚀 Installation", items: ["pwsh", "windows", "macos", "linux"], }, "configure", "beta", "themes", "share", "fonts", "faq", "contributors", ], }, { type: "category", label: "Segments", collapsed: true, items: [ "angular", "aws", "az", "azfunc", "battery", "command", "crystal", "dart", "dotnet", "environment", "executiontime", "exit", "git", "poshgit", "golang", "java", "julia", "kubectl", "memory", "nbgv", "node", "os", "owm", "path", "php", "python", "root", "ruby", "rust", "session", "shell", "spotify", "terraform", "text", "time", "ytm", ], }, { type: "category", label: "Contributing", collapsed: true, items: [ "contributing_started", "contributing_segment", "contributing_git", ], }, ], };