Skip to content

Commit fe44e01

Browse files
authored
refactor: remove groups and commands pages from guide
1 parent 1ce0f2f commit fe44e01

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.vitepress/sidebar/guide.mts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ export default [
1414
items: [
1515
{text: "Overview", link: "/guide/subsystems/overview"},
1616
{text: "Lift", link: "/guide/subsystems/lift"},
17-
{text: "Claw", link: "/guide/subsystems/claw"},
18-
{text: "Groups and Robots", link: "/guide/subsystems/groups-and-robot"},
17+
{text: "Claw", link: "/guide/subsystems/claw"}
1918
]
2019
},
2120
{
@@ -25,14 +24,8 @@ export default [
2524
{text: "TeleOp", link: "/guide/opmodes/teleop"},
2625
]
2726
},
28-
{
29-
text: "Commands",
30-
items: [
31-
{text: "Overview", link: "/guide/commands/custom-commands"},
32-
]
33-
},
3427
{
3528
text: "Further Reading",
3629
link: "/guide/further-reading"
3730
}
38-
] satisfies SidebarItem[]
31+
] satisfies SidebarItem[]

0 commit comments

Comments
 (0)