docs add pushover

This commit is contained in:
headlessdev 2025-04-24 14:13:01 +02:00
parent 08cce9fd24
commit c3df67f407
4 changed files with 5 additions and 1 deletions

View File

@ -53,6 +53,7 @@ export default defineConfig({
{ text: 'Discord', link: '/notifications/Discord' }, { text: 'Discord', link: '/notifications/Discord' },
{ text: 'Gotify', link: '/notifications/Gotify' }, { text: 'Gotify', link: '/notifications/Gotify' },
{ text: 'Ntfy', link: '/notifications/Ntfy' }, { text: 'Ntfy', link: '/notifications/Ntfy' },
{ text: 'Pushover', link: '/notifications/Pushover' },
] ]
} }
], ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,3 @@
# Pushover
![Set up](../assets/screenshots/notifications_pushover.png)

View File

@ -1,6 +1,6 @@
{ {
"name": "docs", "name": "docs",
"version": "1.0.0", "version": "0.0.2",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {