complete sidebar ig

This commit is contained in:
bakedpotatolord 2025-05-17 15:11:45 -06:00
commit f2636e313e
2 changed files with 32 additions and 1 deletions

View file

@ -1,5 +1,6 @@
---
description: An Open Model, Open Source, Core-XY, FDM 3D Printer
label: "Parts List"
---
# GridBot

View file

@ -13,8 +13,11 @@ const sidebars = {
{
type: "category",
label: "Kiri Moto",
link: {
type: 'doc',
id: 'kiri-moto/index',
},
items: [
"kiri-moto/index",
"kiri-moto/interface",
"kiri-moto/controls",
"kiri-moto/integrations",
@ -26,6 +29,21 @@ const sidebars = {
"kiri-moto/faq",
],
},
{
type: "doc",
id: "mesh-tool",
},
{
type: "category",
label: "GridBot",
link: {
type: 'doc',
id: 'gridbot/index',
},
items: [
"gridbot/bom",
]
}
],
},
{
@ -55,6 +73,18 @@ const sidebars = {
},
],
},
{
type: "category",
label: "Related",
collapsed: false,
items: [
{
type: "link",
label: "Thingiverse",
href: "http://www.thingiverse.com/stewartallen/about",
},
],
},
],
};