docs: add google drive connection and triggers

This commit is contained in:
Rıdvan Akca
2023-03-24 19:07:48 +03:00
parent 6ad13c1da0
commit a594029541
5 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/google-drive.svg
items:
- name: New Files
desc: Triggers when any new file is added (inside of any folder)
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />