docs: Sort connections alphabetically on the sidebar

This commit is contained in:
Faruk AYDIN
2022-10-25 19:57:36 +02:00
parent e27a941425
commit 7cd45a5ca3

View File

@@ -39,8 +39,8 @@ export default defineConfig({
{ text: 'Github', link: '/connections/github' }, { text: 'Github', link: '/connections/github' },
{ text: 'Scheduler', link: '/connections/scheduler' }, { text: 'Scheduler', link: '/connections/scheduler' },
{ text: 'Slack', link: '/connections/slack' }, { text: 'Slack', link: '/connections/slack' },
{ text: 'Twitter', link: '/connections/twitter' },
{ text: 'SMTP', link: '/connections/smtp' }, { text: 'SMTP', link: '/connections/smtp' },
{ text: 'Twitter', link: '/connections/twitter' },
// Temporarily disable following pages until we release github and typeform integrations // Temporarily disable following pages until we release github and typeform integrations
// { text: 'Typeform', link: '/connections/typeform' }, // { text: 'Typeform', link: '/connections/typeform' },
], ],