From 707c43d9c0b76745abd92c080aa4a676d33f219a Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Wed, 28 May 2025 16:49:22 +0000 Subject: [PATCH] docs: Add redirect for decision_logs type label (#7637) It seems that even though we don't link to it, people or things attempt to visit this page. Signed-off-by: Charlie Egan --- docs/static/_redirects | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/static/_redirects b/docs/static/_redirects index af02abf83f..13b4648078 100644 --- a/docs/static/_redirects +++ b/docs/static/_redirects @@ -19,6 +19,12 @@ /softwares/:entry/* /ecosystem?q=:entry 301! /organizations/:entry/* /ecosystem?q=:entry 301! +# we have a log "type" called "openpolicyagent.org/decision_logs", we have seen +# over 100 requests for this path in the past 24hrs at time of adding and it'd +# be ideal if human users were redirected to the documentation for decision +# logs. +/decision_logs /docs/management-decision-logs + # ----------------------------------------------------------------------------- # Redirects for legacy usage external resources # -----------------------------------------------------------------------------