Files
automatisch/packages/docs/pages/apps/wordpress/actions.md
2024-05-29 14:28:53 +02:00

19 lines
354 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: Update post
desc: Updates a post.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />