Files
automatisch/packages/docs/pages/apps/bluesky/actions.md
2024-05-28 10:05:47 +02:00

17 lines
336 B
Markdown

---
favicon: /favicons/bluesky.svg
items:
- name: Create post
desc: Creates a new post.
- name: Reply to post
desc: Replies to a post.
- name: Search post by url
desc: Searches a post in a thread by url.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />