mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
|
export const sidebar = [
|
||
|
{
|
||
|
text: 'Introduction',
|
||
|
children: [
|
||
|
{ text: 'Welcome', link: '/' },
|
||
|
{ text: 'Example', link: '/example' },
|
||
|
],
|
||
|
},
|
||
|
];
|