docs: add google forms connection and triggers

This commit is contained in:
Rıdvan Akca
2023-03-24 17:21:55 +03:00
parent 6ad13c1da0
commit ddcb894932
5 changed files with 91 additions and 0 deletions

View File

@@ -78,6 +78,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/github/connection' },
],
},
{
text: 'Google Forms',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/google-forms/triggers' },
{ text: 'Connection', link: '/apps/google-forms/connection' },
],
},
{
text: 'HTTP Request',
collapsible: true,