docs: sort apps alphabetically
This commit is contained in:
@@ -252,6 +252,12 @@ export default defineConfig({
|
|||||||
{ text: 'Connection', link: '/apps/invoice-ninja/connection' },
|
{ text: 'Connection', link: '/apps/invoice-ninja/connection' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'Mailchimp',
|
||||||
|
collapsible: true,
|
||||||
|
collapsed: true,
|
||||||
|
items: [{ text: 'Connection', link: '/apps/mailchimp/connection' }],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'MailerLite',
|
text: 'MailerLite',
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
@@ -261,12 +267,6 @@ export default defineConfig({
|
|||||||
{ text: 'Connection', link: '/apps/mailerlite/connection' },
|
{ text: 'Connection', link: '/apps/mailerlite/connection' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'Mailchimp',
|
|
||||||
collapsible: true,
|
|
||||||
collapsed: true,
|
|
||||||
items: [{ text: 'Connection', link: '/apps/mailchimp/connection' }],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: 'Mattermost',
|
text: 'Mattermost',
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
|
Reference in New Issue
Block a user