docs: Hide typeform and github connection setups
This commit is contained in:
@@ -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' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user