diff --git a/crowdsec-docs/docs/appsec/benchmark.md b/crowdsec-docs/docs/appsec/benchmark.md index 61410248..4eb3e47f 100644 --- a/crowdsec-docs/docs/appsec/benchmark.md +++ b/crowdsec-docs/docs/appsec/benchmark.md @@ -1,6 +1,6 @@ --- id: benchmark -title: Benchmark +title: CrowdSec WAF / AppSec Component Benchmark sidebar_position: 80 --- diff --git a/crowdsec-docs/docs/appsec/configuration.md b/crowdsec-docs/docs/appsec/configuration.md index 753840a9..84ae7e58 100644 --- a/crowdsec-docs/docs/appsec/configuration.md +++ b/crowdsec-docs/docs/appsec/configuration.md @@ -1,6 +1,6 @@ --- id: configuration -title: Configuration Files +title: AppSec Component Configuration Files sidebar_position: 6 --- diff --git a/crowdsec-docs/docs/appsec/create_rules.md b/crowdsec-docs/docs/appsec/create_rules.md index 64c2904c..137b7307 100644 --- a/crowdsec-docs/docs/appsec/create_rules.md +++ b/crowdsec-docs/docs/appsec/create_rules.md @@ -1,6 +1,6 @@ --- id: create_rules -title: Create Rules +title: Create AppSec Rules sidebar_position: 3 --- diff --git a/crowdsec-docs/docs/appsec/hooks.md b/crowdsec-docs/docs/appsec/hooks.md index aac2cd7d..d9c72c21 100644 --- a/crowdsec-docs/docs/appsec/hooks.md +++ b/crowdsec-docs/docs/appsec/hooks.md @@ -1,6 +1,6 @@ --- id: hooks -title: Hooks +title: AppSec Component Hooks sidebar_position: 4 --- diff --git a/crowdsec-docs/docs/appsec/installation.md b/crowdsec-docs/docs/appsec/installation.md index 004a5a98..639b443e 100644 --- a/crowdsec-docs/docs/appsec/installation.md +++ b/crowdsec-docs/docs/appsec/installation.md @@ -1,6 +1,6 @@ --- id: installation -title: Installation +title: AppSec Component Installation sidebar_position: 3 --- diff --git a/crowdsec-docs/docs/appsec/intro.md b/crowdsec-docs/docs/appsec/intro.md index dfcd5747..94a59d10 100644 --- a/crowdsec-docs/docs/appsec/intro.md +++ b/crowdsec-docs/docs/appsec/intro.md @@ -1,6 +1,6 @@ --- id: intro -title: Introduction +title: AppSec Component - CrowdSec WAF sidebar_position: 1 --- @@ -8,7 +8,7 @@ sidebar_position: 1 -Meet the Crowdsec **Application Security Component** (AKA : **AppSec Component**), a new capability for advanced application security: +Meet the Crowdsec **Application Security Component** (AKA : **AppSec Component**), a new capability for advanced application security turning your CrowdSec install into a full fledged **WAF**. The **AppSec Component** offers: diff --git a/crowdsec-docs/docs/appsec/protocol.md b/crowdsec-docs/docs/appsec/protocol.md index a8789f3b..796f13f5 100644 --- a/crowdsec-docs/docs/appsec/protocol.md +++ b/crowdsec-docs/docs/appsec/protocol.md @@ -1,6 +1,6 @@ --- id: protocol -title: Protocol +title: AppSec Component Communication Protocol sidebar_position: 5 --- diff --git a/crowdsec-docs/docs/appsec/quickstart.md b/crowdsec-docs/docs/appsec/quickstart.md index d5a0d427..eec10ba5 100644 --- a/crowdsec-docs/docs/appsec/quickstart.md +++ b/crowdsec-docs/docs/appsec/quickstart.md @@ -1,6 +1,6 @@ --- id: quickstart -title: Quickstart +title: CrowdSec WAF Quickstart sidebar_position: 2 --- diff --git a/crowdsec-docs/sidebars.js b/crowdsec-docs/sidebars.js index 0972e3d8..2a5b0bf2 100644 --- a/crowdsec-docs/sidebars.js +++ b/crowdsec-docs/sidebars.js @@ -749,9 +749,9 @@ }, ], appSecSideBar : [ - { type: "doc", id: "appsec/intro"}, - { type: "doc", id: "appsec/quickstart"}, - { type: "doc", id: "appsec/configuration"}, + { type: "doc", id: "appsec/intro", label: "CrowdSec WAF"}, + { type: "doc", id: "appsec/quickstart", label: "Quickstart"}, + { type: "doc", id: "appsec/configuration", label: "Configuration Files"}, { type: "category", label: "Rules & Scenarios", @@ -762,8 +762,8 @@ ] }, { type: "doc", id: "appsec/installation"}, - { type: "doc", id: "appsec/protocol"}, - { type: "doc", id: "appsec/benchmark"}, + { type: "doc", id: "appsec/protocol", label:"Communication Protocol"}, + { type: "doc", id: "appsec/benchmark", label: "Benchmark"}, { type: "doc", id: "appsec/troubleshooting"}, ] }; diff --git a/crowdsec-docs/yarn.lock b/crowdsec-docs/yarn.lock index 6f9b25bf..d5048e73 100644 --- a/crowdsec-docs/yarn.lock +++ b/crowdsec-docs/yarn.lock @@ -9180,4 +9180,4 @@ yocto-queue@^1.0.0: zwitch@^2.0.0: version "2.0.4" resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz" - integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== + integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== \ No newline at end of file