Skip to content

Commit 3ec0260

Browse files
committed
Update sidebar.ts
1 parent 2836ec3 commit 3ec0260

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ export const sidebarConfig: SidebarGroup[] = [
108108
{ label: 'Working with Sprites', slug: 'working-with-sprites' },
109109
],
110110
},
111+
{
112+
label: 'Concepts',
113+
items: [{ label: 'Services', slug: 'concepts/services' }],
114+
},
111115
];

0 commit comments

Comments
 (0)