export const sidebar = [ { text: 'Introduction', children: [ { text: 'What is Astro?', link: '/', }, { text: 'Example', link: '/example' }, ], }, ];