astro/docs-www/src/config.ts
2021-06-14 15:45:33 -04:00

10 lines
262 B
TypeScript

export const sidebar = [
{
text: 'Introduction',
link: '', // No leading slash needed, so this links to the homepage
children: [
{ text: 'Getting Started', link: 'getting-started' },
{ text: 'Example', link: 'example' },
],
},
];