10 lines
165 B
TypeScript
10 lines
165 B
TypeScript
|
export const sidebar = [
|
||
|
{
|
||
|
text: 'Introduction',
|
||
|
children: [
|
||
|
{ text: 'Welcome', link: '/' },
|
||
|
{ text: 'Example', link: '/example' }
|
||
|
]
|
||
|
}
|
||
|
]
|