blob: 4b6268e23c638d84fbbf0bd98f70f546517c0ba1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
export const sidebar = [
{
text: 'Introduction',
link: '/',
children: [
{ text: 'Getting Started', link: '/getting-started' },
{ text: 'Example', link: '/example' },
],
},
];
|