From 8f5b334aea87fa3548e8d80dad076a40e0218ad9 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:18:37 -0500 Subject: [PATCH] add docs links --- web/src/components/config-form/section-configs/review.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/components/config-form/section-configs/review.ts b/web/src/components/config-form/section-configs/review.ts index 57259b11e..d7fb955e4 100644 --- a/web/src/components/config-form/section-configs/review.ts +++ b/web/src/components/config-form/section-configs/review.ts @@ -3,6 +3,10 @@ import type { SectionConfigOverrides } from "./types"; const review: SectionConfigOverrides = { base: { sectionDocs: "/configuration/review", + fieldDocs: { + "alerts.labels": "/configuration/review/#alerts-and-detections", + "detections.labels": "/configuration/review/#alerts-and-detections", + }, restartRequired: [], fieldOrder: ["alerts", "detections", "genai"], fieldGroups: {},