From 94dc469c3c67ed5b54e5ced60637d0a155526ad3 Mon Sep 17 00:00:00 2001 From: Laurence Date: Wed, 19 Mar 2025 13:02:43 +0000 Subject: [PATCH] enhance: add allowlist to sidebar --- crowdsec-docs/sidebars.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/crowdsec-docs/sidebars.js b/crowdsec-docs/sidebars.js index e8a5a8dca..48a0dbaee 100644 --- a/crowdsec-docs/sidebars.js +++ b/crowdsec-docs/sidebars.js @@ -375,6 +375,22 @@ module.exports = { "cscli/cscli_alerts_list", ], }, + { + type: "category", + label: "cscli allowlists", + link: { + type: "doc", + id: "cscli/cscli_allowlists", + }, + items: [ + "cscli/cscli_allowlists_add", + "cscli/cscli_allowlists_create", + "cscli/cscli_allowlists_delete", + "cscli/cscli_allowlists_inspect", + "cscli/cscli_allowlists_list", + "cscli/cscli_allowlists_remove", + ], + }, { type: "category", label: "cscli appsec-configs",