complete sidebar ig
This commit is contained in:
parent
bf690ac2f5
commit
f2636e313e
2 changed files with 32 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
description: An Open Model, Open Source, Core-XY, FDM 3D Printer
|
||||
label: "Parts List"
|
||||
---
|
||||
|
||||
# GridBot
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue