mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
10 lines
165 B
TypeScript
10 lines
165 B
TypeScript
|
export const sidebar = [
|
||
|
{
|
||
|
text: 'Introduction',
|
||
|
children: [
|
||
|
{ text: 'Welcome', link: '/' },
|
||
|
{ text: 'Example', link: '/example' }
|
||
|
]
|
||
|
}
|
||
|
]
|