docs(virtualq): describe connection and actions

This commit is contained in:
Ali BARIN
2024-12-20 13:30:56 +00:00
parent b0e186cfbd
commit 34a4c9c603
3 changed files with 40 additions and 0 deletions

View 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 />