From 8a714d94378e5bcb550107aefd37d44068f1ddc6 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Fri, 18 Aug 2023 09:11:39 +0200 Subject: [PATCH] doc/security: add a missing redirect In Diataxis navigation, we don't have the security landing page anymore. Signed-off-by: Ruth Fuchss --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 2ddd1eb8b73d..8da597447754 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -180,4 +180,5 @@ tags.add('topical') else: exclude_patterns.extend(['index_topical.md','security.md','external_resources.md','reference/network_external.md']) + redirects["security/index"] = "../explanation/security/" tags.add('diataxis')