docs(virtualq): describe connection and actions
This commit is contained in:
18
packages/docs/pages/apps/virtualq/actions.md
Normal file
18
packages/docs/pages/apps/virtualq/actions.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
favicon: /favicons/virtualq.svg
|
||||
items:
|
||||
- name: Create waiter
|
||||
desc: Creates a waiter.
|
||||
- name: Delete waiter
|
||||
desc: Deletes a waiter.
|
||||
- name: Show waiter
|
||||
desc: Shows a waiter.
|
||||
- name: Update waiter
|
||||
desc: Updates a waiter.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
||||
Reference in New Issue
Block a user