docs: add documentation for remaining plugins (#4994)
* docs: add documentation for remaining plugins * fix eslint errors
This commit is contained in:
@@ -56,6 +56,15 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
|
||||
description: 'Check out official Payment plugins.'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/plugins/fulfillment',
|
||||
label: 'Fulfillment',
|
||||
customProps: {
|
||||
icon: Icons['squares-plus-solid'],
|
||||
description: 'Check out official Fulfillment plugins.'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/plugins/search',
|
||||
@@ -74,6 +83,24 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
|
||||
description: 'Check out official File Service plugins.'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/plugins/erp',
|
||||
label: 'ERP',
|
||||
customProps: {
|
||||
icon: Icons['squares-plus-solid'],
|
||||
description: 'Check out official ERP plugins.'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/plugins/source',
|
||||
label: 'Source',
|
||||
customProps: {
|
||||
icon: Icons['squares-plus-solid'],
|
||||
description: 'Check out official Source plugins.'
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/plugins/other',
|
||||
|
||||
Reference in New Issue
Block a user