diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 22a27ab..58e37a9 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -53,6 +53,7 @@ export default defineConfig({ { text: 'Discord', link: '/notifications/Discord' }, { text: 'Gotify', link: '/notifications/Gotify' }, { text: 'Ntfy', link: '/notifications/Ntfy' }, + { text: 'Pushover', link: '/notifications/Pushover' }, ] } ], diff --git a/docs/assets/screenshots/notifications_pushover.png b/docs/assets/screenshots/notifications_pushover.png new file mode 100644 index 0000000..567cb10 Binary files /dev/null and b/docs/assets/screenshots/notifications_pushover.png differ diff --git a/docs/notifications/Pushover.md b/docs/notifications/Pushover.md new file mode 100644 index 0000000..b6c05d3 --- /dev/null +++ b/docs/notifications/Pushover.md @@ -0,0 +1,3 @@ +# Pushover + +![Set up](../assets/screenshots/notifications_pushover.png) \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index 7736b18..63bd832 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.0.0", + "version": "0.0.2", "description": "", "main": "index.js", "scripts": {