2025-05-16 14:04:52 -06:00
|
|
|
const sidebars = {
|
|
|
|
|
myAutogeneratedSidebar: [
|
|
|
|
|
{
|
2025-05-17 15:02:18 -06:00
|
|
|
type: "doc",
|
|
|
|
|
id: "index",
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Projects",
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Kiri Moto",
|
2025-05-17 15:11:45 -06:00
|
|
|
link: {
|
|
|
|
|
type: 'doc',
|
|
|
|
|
id: 'kiri-moto/index',
|
|
|
|
|
},
|
2025-05-17 15:02:18 -06:00
|
|
|
items: [
|
|
|
|
|
"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",
|
|
|
|
|
],
|
|
|
|
|
},
|
2025-05-17 15:11:45 -06:00
|
|
|
{
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "mesh-tool",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "GridBot",
|
|
|
|
|
link: {
|
|
|
|
|
type: 'doc',
|
|
|
|
|
id: 'gridbot/index',
|
|
|
|
|
},
|
|
|
|
|
items: [
|
|
|
|
|
"gridbot/bom",
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-05-17 15:02:18 -06:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
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',
|
|
|
|
|
},
|
|
|
|
|
],
|
2025-05-16 14:04:52 -06:00
|
|
|
},
|
2025-05-17 15:11:45 -06:00
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Related",
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: "link",
|
|
|
|
|
label: "Thingiverse",
|
|
|
|
|
href: "http://www.thingiverse.com/stewartallen/about",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2025-05-16 14:04:52 -06:00
|
|
|
],
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
module.exports = sidebars;
|
2025-05-17 15:02:18 -06:00
|
|
|
|