103 lines
2.3 KiB
JavaScript
103 lines
2.3 KiB
JavaScript
const sidebars = {
|
|
myAutogeneratedSidebar: [
|
|
{
|
|
type: "doc",
|
|
id: "index",
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Projects",
|
|
collapsed: false,
|
|
items: [
|
|
{
|
|
type: "category",
|
|
label: "Kiri Moto",
|
|
link: {
|
|
type: "doc",
|
|
id: "kiri-moto/index",
|
|
},
|
|
items: [
|
|
"kiri-moto/interface",
|
|
"kiri-moto/controls",
|
|
"kiri-moto/integrations",
|
|
"kiri-moto/shared-profiles",
|
|
"kiri-moto/gcode-macros",
|
|
"kiri-moto/apis",
|
|
"kiri-moto/engine-apis",
|
|
"kiri-moto/localization",
|
|
"kiri-moto/octoprint",
|
|
"kiri-moto/faq",
|
|
{
|
|
type: "category",
|
|
label: "CAM Mode",
|
|
link: {
|
|
type: "doc",
|
|
id: "kiri-moto/CAM/index",
|
|
},
|
|
items: [
|
|
"kiri-moto/CAM/processOpts",
|
|
"kiri-moto/CAM/machines",
|
|
"kiri-moto/CAM/tools",
|
|
"kiri-moto/CAM/ops",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "mesh-tool",
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "GridBot",
|
|
link: {
|
|
type: "doc",
|
|
id: "gridbot/index",
|
|
},
|
|
items: ["gridbot/bom"],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
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",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Related",
|
|
collapsed: false,
|
|
items: [
|
|
{
|
|
type: "link",
|
|
label: "Thingiverse",
|
|
href: "http://www.thingiverse.com/stewartallen/about",
|
|
},
|
|
],
|
|
},
|
|
],
|
|
};
|
|
|
|
module.exports = sidebars;
|