move docs around

This commit is contained in:
bakedpotatolord 2025-05-17 15:02:18 -06:00
commit bf690ac2f5
15 changed files with 57 additions and 3 deletions

View file

@ -2,7 +2,7 @@
description: >-
Grid.Space provides free, open-source, open-design applications and hardware
for makers
title: Overview
title: About
slug: /
---

View file

@ -1,5 +1,7 @@
---
description: A 3D Mesh Repair and Editing Tool, and 2D Sketch Tool in one
title: "Mesh:Tool"
id: mesh-tool
---
# Mesh:Tool

View file

@ -1,10 +1,62 @@
const sidebars = {
myAutogeneratedSidebar: [
{
type: 'autogenerated',
dirName: '.', // '.' means the current docs folder
type: "doc",
id: "index",
},
{
type: "category",
label: "Projects",
collapsed: false,
items: [
{
type: "category",
label: "Kiri Moto",
items: [
"kiri-moto/index",
"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",
],
},
],
},
{
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',
},
],
},
],
};
module.exports = sidebars;