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 <charlie@styra.com>
This commit is contained in:
Charlie Egan
2025-05-28 16:49:22 +00:00
committed by GitHub
parent 370e626335
commit 707c43d9c0
+6
View File
@@ -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
# -----------------------------------------------------------------------------