docs(dropbox): add connection and actions

This commit is contained in:
Ali BARIN
2023-04-02 16:14:06 +00:00
parent 96250ce9a0
commit 1dc46dd31c
5 changed files with 48 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
---
favicon: /favicons/dropbox.svg
items:
- name: Create a folder
desc: Creates a new folder with the given parent folder and folder name.
- name: Rename a file
desc: Rename a file with the given file path and new name.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />