Skip to content

Commit 707c43d

Browse files
authored
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 <[email protected]>
1 parent 370e626 commit 707c43d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/static/_redirects

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
/softwares/:entry/* /ecosystem?q=:entry 301!
2020
/organizations/:entry/* /ecosystem?q=:entry 301!
2121

22+
# we have a log "type" called "openpolicyagent.org/decision_logs", we have seen
23+
# over 100 requests for this path in the past 24hrs at time of adding and it'd
24+
# be ideal if human users were redirected to the documentation for decision
25+
# logs.
26+
/decision_logs /docs/management-decision-logs
27+
2228
# -----------------------------------------------------------------------------
2329
# Redirects for legacy usage external resources
2430
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)