feat: add freescout app with new event trigger (#2287)
* added FreeScout plugin * docs: add freescout in sidebar * docs(freescout): add missing app icon * refactor(freescout): rename filter as eventType --------- Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
This commit is contained in:
@@ -159,6 +159,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/formatter/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Freescout',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/freescout/triggers' },
|
||||
{ text: 'Connection', link: '/apps/freescout/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Ghost',
|
||||
collapsible: true,
|
||||
|
||||
Reference in New Issue
Block a user