docs: Hide typeform and github connection setups

This commit is contained in:
Faruk AYDIN
2022-09-16 01:08:30 +03:00
committed by Ali BARIN
parent dc8a32b0b4
commit b8970fc3f8

View File

@@ -18,7 +18,7 @@ export default defineConfig({
}, },
{ {
text: 'Connections', text: 'Connections',
link: '/connections/github', link: '/connections/twitter',
activeMatch: '/connections/', activeMatch: '/connections/',
}, },
], ],
@@ -28,11 +28,12 @@ export default defineConfig({
text: 'Connections', text: 'Connections',
collapsible: true, collapsible: true,
items: [ items: [
{ text: 'Github', link: '/connections/github' },
{ text: 'Scheduler', link: '/connections/scheduler' },
{ text: 'Slack', link: '/connections/slack' },
{ text: 'Twitter', link: '/connections/twitter' }, { text: 'Twitter', link: '/connections/twitter' },
{ text: 'Typeform', link: '/connections/typeform' }, { text: 'Slack', link: '/connections/slack' },
{ text: 'Scheduler', link: '/connections/scheduler' },
// Temporarily disable following pages until we release github and typeform integrations
// { text: 'Github', link: '/connections/github' },
// { text: 'Typeform', link: '/connections/typeform' },
], ],
}, },
], ],