From 30a6d6876b22f8a6ffa0a5e15db3610ee7756ab8 Mon Sep 17 00:00:00 2001 From: Thibault Koechlin Date: Wed, 18 Dec 2024 16:32:08 +0100 Subject: [PATCH] fix the menu name --- crowdsec-docs/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsec-docs/sidebars.js b/crowdsec-docs/sidebars.js index 6471edd5..40a987bf 100644 --- a/crowdsec-docs/sidebars.js +++ b/crowdsec-docs/sidebars.js @@ -754,7 +754,7 @@ module.exports = { { type: "doc", id: "appsec/configuration" }, { type: "category", - label: "Rules & log_processor/scenarios", + label: "Rules", items: [ { type: "doc", id: "appsec/rules_syntax" }, { type: "doc", id: "appsec/hooks" },