const sidebars = { myAutogeneratedSidebar: [ { type: "doc", id: "index", }, { type: "category", label: "Projects", collapsed: false, items: [ { type: "category", label: "Kiri Moto", items: [ "kiri-moto/index", "kiri-moto/interface", "kiri-moto/controls", "kiri-moto/integrations", "kiri-moto/shared-profiles", "kiri-moto/gcode-macros", "kiri-moto/apis", "kiri-moto/localization", "kiri-moto/octoprint", "kiri-moto/faq", ], }, ], }, { type: 'category', label: 'Community', collapsed: false, items: [ { type: 'link', label: 'Forums', href: 'https://forum.grid.space', }, { type: 'link', label: 'Discord', href: 'https://discord.gg/suyCCgr', }, { type: 'link', label: 'GitHub', href: 'https://github.com/GridSpace/grid-apps', }, { type: 'link', label: 'BlueSky', href: 'https://bsky.app/profile/grid.space', }, ], }, ], }; module.exports = sidebars;