From 1a0eec9469d849236653415c04835989924b6de3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Nov 2024 12:07:38 +0100 Subject: [PATCH] docs: update online-help-info reference map Signed-off-by: Thomas Lamprecht --- www/OnlineHelpInfo.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/OnlineHelpInfo.js b/www/OnlineHelpInfo.js index 1db67019..ebb524e4 100644 --- a/www/OnlineHelpInfo.js +++ b/www/OnlineHelpInfo.js @@ -79,6 +79,10 @@ const proxmoxOnlineHelpInfo = { "link": "/docs/file-formats.html#dynamic-index-format", "title": "Dynamic Index Format (``.didx``)" }, + "consent-banner": { + "link": "/docs/gui.html#consent-banner", + "title": "Consent Banner" + }, "minimum-system-requirements": { "link": "/docs/system-requirements.html#minimum-system-requirements", "title": "Minimum Server Requirements, for Evaluation" @@ -203,6 +207,10 @@ const proxmoxOnlineHelpInfo = { "link": "/docs/notifications.html#notification-targets-gotify", "title": "Gotify" }, + "notification-targets-webhook": { + "link": "/docs/notifications.html#notification-targets-webhook", + "title": "Webhook" + }, "notification-matchers": { "link": "/docs/notifications.html#notification-matchers", "title": "Notification Matchers"