348d829e94
* Apply favicon to the docs template * Fix Sidebar category headers aren't clickable Fixes #385 * Improve Docs example documentation * Fix Documentation List on getting started page
10 lines
208 B
TypeScript
10 lines
208 B
TypeScript
export const sidebar = [
|
|
{
|
|
text: 'Introduction',
|
|
link: '/',
|
|
children: [
|
|
{ text: 'Getting Started', link: '/getting-started' },
|
|
{ text: 'Example', link: '/example' },
|
|
],
|
|
},
|
|
];
|