docs: added documentation for local file service (#4162)

* docs: added documentation for local file service

* fixed eslint errors

* change local file service package name
This commit is contained in:
Shahed Nasser
2023-05-30 19:31:57 +02:00
committed by GitHub
parent cfbda33473
commit 81fea66ef3
7 changed files with 152 additions and 32 deletions
+6 -6
View File
@@ -26,7 +26,7 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
label: 'Analytics',
customProps: {
icon: Icons['squares-plus-solid'],
description: 'Check out available official Analytics plugins.'
description: 'Check out official Analytics plugins.'
}
},
{
@@ -35,7 +35,7 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
label: 'CMS',
customProps: {
icon: Icons['squares-plus-solid'],
description: 'Check out available official CMS plugins.'
description: 'Check out official CMS plugins.'
}
},
{
@@ -44,7 +44,7 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
label: 'Notifications',
customProps: {
icon: Icons['squares-plus-solid'],
description: 'Check out available official Notifications plugins.'
description: 'Check out official Notifications plugins.'
}
},
{
@@ -53,7 +53,7 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
label: 'Payment',
customProps: {
icon: Icons['squares-plus-solid'],
description: 'Check out available official Payment plugins.'
description: 'Check out official Payment plugins.'
}
},
{
@@ -62,7 +62,7 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
label: 'Search',
customProps: {
icon: Icons['squares-plus-solid'],
description: 'Check out available official Search plugins.'
description: 'Check out official Search plugins.'
}
},
{
@@ -71,7 +71,7 @@ Interested in creating a plugin? Learn more in the [Create Plugin documentation]
label: 'File Service',
customProps: {
icon: Icons['squares-plus-solid'],
description: 'Check out available official File Service plugins.'
description: 'Check out official File Service plugins.'
}
},
]} />