grid-apps-cmms/docs/sidebars.js
bakedpotatolord bf690ac2f5 move docs around
2025-05-17 15:02:18 -06:00

62 lines
1.3 KiB
JavaScript

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;