2021-05-27 14:16:14 +00:00
|
|
|
export const sidebar = [
|
|
|
|
{
|
2021-06-11 19:56:31 +00:00
|
|
|
text: 'Introduction',
|
2021-06-14 19:45:33 +00:00
|
|
|
link: '', // No leading slash needed, so this links to the homepage
|
2021-05-27 14:16:14 +00:00
|
|
|
children: [
|
2021-06-14 19:45:33 +00:00
|
|
|
{ text: 'Getting Started', link: 'getting-started' },
|
|
|
|
{ text: 'Example', link: 'example' },
|
2021-05-27 14:17:27 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|