13 lines
231 B
Markdown
13 lines
231 B
Markdown
---
|
|
favicon: /favicons/appwrite.svg
|
|
items:
|
|
- name: New documets
|
|
desc: Triggers when a new document is created.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|