We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce0f2f commit fe44e01Copy full SHA for fe44e01
1 file changed
.vitepress/sidebar/guide.mts
@@ -14,8 +14,7 @@ export default [
14
items: [
15
{text: "Overview", link: "/guide/subsystems/overview"},
16
{text: "Lift", link: "/guide/subsystems/lift"},
17
- {text: "Claw", link: "/guide/subsystems/claw"},
18
- {text: "Groups and Robots", link: "/guide/subsystems/groups-and-robot"},
+ {text: "Claw", link: "/guide/subsystems/claw"}
19
]
20
},
21
{
@@ -25,14 +24,8 @@ export default [
25
24
{text: "TeleOp", link: "/guide/opmodes/teleop"},
26
27
28
- {
29
- text: "Commands",
30
- items: [
31
- {text: "Overview", link: "/guide/commands/custom-commands"},
32
- ]
33
- },
34
35
text: "Further Reading",
36
link: "/guide/further-reading"
37
}
38
-] satisfies SidebarItem[]
+] satisfies SidebarItem[]
0 commit comments