docs: add setterDetails category

This commit is contained in:
liujuping 2023-08-01 14:45:31 +08:00 committed by 林熠
parent 14390f000d
commit 8117b450ba

View File

@ -64,6 +64,11 @@ module.exports = {
href: 'https://github.com/alibaba/lowcode-engine/releases',
},
...getDocsFromDir('guide/appendix'),
{
type: 'category',
label: '预置设置器详情',
items: getDocsFromDir('guide/appendix/setterDetails'),
},
],
},
{