16 lines
209 B
TypeScript
16 lines
209 B
TypeScript
const sidebar = {
|
|
community: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: '.',
|
|
},
|
|
{
|
|
type: 'link',
|
|
href: '/examples',
|
|
label: 'Examples',
|
|
},
|
|
],
|
|
}
|
|
|
|
export default sidebar
|