lowcode-engine/docs/config/sidebarsCommunity.ts
2024-03-22 16:43:49 +08:00

14 lines
239 B
TypeScript

export default {
community: [
{
type: 'autogenerated',
dirName: '.',
},
{
type: 'link',
label: '生态资源',
href: 'https://github.com/lowcode-workspace/awesome-lowcode-engine',
},
],
};