docs(ntfy): describe actions and auth

This commit is contained in:
Ali BARIN
2022-12-05 00:52:13 +01:00
parent e1c080f237
commit 32e77de8bb
4 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/ntfy.svg
items:
- name: Send a message
desc: Sends a message to a topic you specify.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />