From 9b0cec08268612c789ef5a29088c8822afef5096 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Wed, 30 Aug 2023 13:45:37 +0100 Subject: [PATCH] Configure redirects Signed-off-by: Charlie Egan --- docs/website/content/integrations/regal.md | 3 --- docs/website/layouts/index.redirects | 7 ++++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/website/content/integrations/regal.md b/docs/website/content/integrations/regal.md index 063f26df46..8ca245a86a 100644 --- a/docs/website/content/integrations/regal.md +++ b/docs/website/content/integrations/regal.md @@ -33,9 +33,6 @@ docs_features: code is correct and free of common errors. See [the README](https://github.com/StyraInc/regal#try-it-out) to get started. -aliases: - - /docs/edge/integrations/regal - - /docs/latest/integrations/regal --- Regal is a linter for Rego, with the goal of making your Rego magnificent! diff --git a/docs/website/layouts/index.redirects b/docs/website/layouts/index.redirects index ad8cefc986..8557f64044 100644 --- a/docs/website/layouts/index.redirects +++ b/docs/website/layouts/index.redirects @@ -53,4 +53,9 @@ {{- end }} /badge/:tag style=:style https://img.shields.io/endpoint?url=https://openpolicyagent.org/badge-endpoint/:tag&style=:style -/badge/:tag https://img.shields.io/endpoint?url=https://openpolicyagent.org/badge-endpoint/:tag \ No newline at end of file +/badge/:tag https://img.shields.io/endpoint?url=https://openpolicyagent.org/badge-endpoint/:tag + +/docs/:version/ecosystem/* /ecosystem/:splat 301! +/docs/:version/integrations/* /integrations/:splat 301! +/docs/:version/organizations/* /organizations/:splat 301! +/docs/:version/softwares/* /softwares/:splat 301!