Skip to content

Commit e21b8b5

Browse files
update sidebar menus
1 parent 3d1e9eb commit e21b8b5

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

editor/components/home/home-side-bar-tree.tsx

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,24 @@ const preset_pages: PresetPage[] = [
6464
depth: 0,
6565
},
6666
{
67-
id: "/docs",
68-
name: "Docs",
69-
path: "/docs",
67+
id: "help",
68+
name: "Help",
69+
path: "",
7070
depth: 0,
71+
children: [
72+
{
73+
id: "/docs",
74+
name: "Bug report",
75+
path: "https://github.com/gridaco/designto-code/issues/new",
76+
depth: 1,
77+
},
78+
{
79+
id: "/docs",
80+
name: "Docs",
81+
path: "/docs",
82+
depth: 1,
83+
},
84+
],
7185
},
7286
];
7387

0 commit comments

Comments
 (0)