docs(google-sheets): add trigger for new spreadsheets

This commit is contained in:
Rıdvan Akca
2023-04-06 16:24:40 +03:00
parent 287f299b94
commit 1406bf3e10
4 changed files with 147 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/google-sheets.svg
items:
- name: New Spreadsheets
desc: Triggers when you create a new spreadsheet
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />