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