export const sidebar = [ { text: 'Introduction', link: '/', children: [ { text: 'Getting Started', link: '/getting-started' }, { text: 'Example', link: '/example' }, ], }, ];