Files
automatisch/packages/docs/pages/apps/wordpress/actions.md
2024-05-29 15:21:21 +02:00

21 lines
398 B
Markdown

---
favicon: /favicons/wordpress.svg
items:
- name: Create post
desc: Creates a new post.
- name: Create user
desc: Creates a new user.
- name: Find post
desc: Finds a post.
- name: Find user
desc: Finds a user.
- name: Update post
desc: Updates a post.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />