From 350a062ca92a57a5ea6546f1aa45b81a21c57be6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Aug 2017 15:27:51 +0200 Subject: [PATCH] Add link to details --- source/_components/notify.gntp.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/notify.gntp.markdown b/source/_components/notify.gntp.markdown index f319a5980c2..29bda0c15ac 100644 --- a/source/_components/notify.gntp.markdown +++ b/source/_components/notify.gntp.markdown @@ -34,3 +34,5 @@ Configuration variables: - **hostname** (*Optional*): The hostname or IP address of the GNTP server to contact. - **password** (*Optional*): The password to authenticate to the GNTP server with. - **port** (*Optional*): The port that the GNTP server runs on. The specification states that servers should not allow users to use any port other than 23053 but `port` is provided here just in case. + +To use notifications, please see the [getting started with automation page](/getting-started/automation/).