6bca7c83a7
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
9 lines
169 B
TypeScript
9 lines
169 B
TypeScript
export const sidebar = [
|
|
{
|
|
text: 'Introduction',
|
|
children: [
|
|
{ text: 'Welcome', link: '/' },
|
|
{ text: 'Example', link: '/example' },
|
|
],
|
|
},
|
|
];
|