diff --git a/docs/Misc/.pages b/docs/Misc/.pages new file mode 100644 index 000000000..4b3b86e00 --- /dev/null +++ b/docs/Misc/.pages @@ -0,0 +1,7 @@ +nav: + - Home: index.md + - Discord Notifiarr Setup: Discord-Notifiarr-Setup.md + - How to provide a docker compose: how-to-provide-a-docker-compose.md + - How To Set Up Hardlinks and Atomic-Moves: how-to-set-up-hardlinks-and-atomic-moves.md + - Setup TorGuard for port forwarding: How-to-setup-Torguard-for-port-forwarding.md + - x265-4k and Golden Rule: x265-4k.md \ No newline at end of file diff --git a/docs/Misc/Discord-Notifier-Basic-Setup.md b/docs/Misc/Discord-Notifiarr-Setup.md similarity index 97% rename from docs/Misc/Discord-Notifier-Basic-Setup.md rename to docs/Misc/Discord-Notifiarr-Setup.md index 6583bb7c9..994cb6e37 100644 --- a/docs/Misc/Discord-Notifier-Basic-Setup.md +++ b/docs/Misc/Discord-Notifiarr-Setup.md @@ -1,4 +1,4 @@ -# Discord Notifiarr Basic Setup +# Discord Notifiarr Setup Formerly aka Discord Notifier @@ -382,7 +382,17 @@ Scroll up and save Run the python file so it listens on the specific port. -### Testing +### Snapshots + +![!dn-snapshot-setup](images/dn-snapshot-setup.png) + +1. Temperature measurement for notifications +1. Alert settings +1. Who to mention when alerts are triggered (role or user) +1. List of existing alerts +1. Option to only get a snapshot notification if there is an alert triggered + +## Testing On the bottom of all the instruction you will now have the ability to test your settings. This only tests the connection between the notifier and your discord. You can use the Test in each *arr and that will test the everything (connection wise). diff --git a/docs/Misc/images/dn-snapshot-setup.png b/docs/Misc/images/dn-snapshot-setup.png new file mode 100644 index 000000000..c4c45b792 Binary files /dev/null and b/docs/Misc/images/dn-snapshot-setup.png differ diff --git a/mkdocs.yml b/mkdocs.yml index a4e7432d8..34bf0fb98 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,6 +57,7 @@ plugins: Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md: Radarr/V3/Radarr-import-custom-formats.md Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md: Radarr/V3/Radarr-collection-of-custom-formats.md Sonarr/V3/Remote-Path-Mappings-explained-for-Sonarr.md: Sonarr/V3/Sonarr-remote-path-mapping.md + Misc/Discord-Notifier-Basic-Setup.md: /Misc/Discord-Notifiarr-Setup.md theme: name: material