diff --git a/docs/gridbot/index.md b/docs/gridbot/index.md index b8cd6a71..aa024ac2 100644 --- a/docs/gridbot/index.md +++ b/docs/gridbot/index.md @@ -1,5 +1,6 @@ --- description: An Open Model, Open Source, Core-XY, FDM 3D Printer +label: "Parts List" --- # GridBot diff --git a/docs/sidebars.js b/docs/sidebars.js index f55f0127..f8b425af 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", + }, + ], + }, ], };