lowcode-engine/docs/config/sidebarsCommunity.js
2022-11-28 14:48:56 +08:00

14 lines
241 B
JavaScript

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