Skip to content

Commit b232e82

Browse files
rr404jdv
andauthored
Mention WAF in appsec doc ahead of WAF articles (#633)
* Mention WAF in appsec doc ahead of WAF articles * AppSec side bar label fix --------- Co-authored-by: jdv <julien@crowdsec.net>
1 parent 3fcf4a5 commit b232e82

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

crowdsec-docs/docs/appsec/benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: benchmark
3-
title: Benchmark
3+
title: CrowdSec WAF / AppSec Component Benchmark
44
sidebar_position: 80
55
---
66

crowdsec-docs/docs/appsec/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: configuration
3-
title: Configuration Files
3+
title: AppSec Component Configuration Files
44
sidebar_position: 6
55
---
66

crowdsec-docs/docs/appsec/create_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: create_rules
3-
title: Create Rules
3+
title: Create AppSec Rules
44
sidebar_position: 3
55
---
66

crowdsec-docs/docs/appsec/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: hooks
3-
title: Hooks
3+
title: AppSec Component Hooks
44
sidebar_position: 4
55
---
66

crowdsec-docs/docs/appsec/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: installation
3-
title: Installation
3+
title: AppSec Component Installation
44
sidebar_position: 3
55
---
66

crowdsec-docs/docs/appsec/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
id: intro
3-
title: Introduction
3+
title: AppSec Component - CrowdSec WAF
44
sidebar_position: 1
55
---
66

77
## Introduction
88

99
<!-- xx : fix crowdsec version -->
1010

11-
Meet the Crowdsec **Application Security Component** (AKA : **AppSec Component**), a new capability for advanced application security:
11+
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**.
1212

1313
The **AppSec Component** offers:
1414

crowdsec-docs/docs/appsec/protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: protocol
3-
title: Protocol
3+
title: AppSec Component Communication Protocol
44
sidebar_position: 5
55
---
66

crowdsec-docs/docs/appsec/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: quickstart
3-
title: Quickstart
3+
title: CrowdSec WAF Quickstart
44
sidebar_position: 2
55
---
66

crowdsec-docs/sidebars.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -749,9 +749,9 @@
749749
},
750750
],
751751
appSecSideBar : [
752-
{ type: "doc", id: "appsec/intro"},
753-
{ type: "doc", id: "appsec/quickstart"},
754-
{ type: "doc", id: "appsec/configuration"},
752+
{ type: "doc", id: "appsec/intro", label: "CrowdSec WAF"},
753+
{ type: "doc", id: "appsec/quickstart", label: "Quickstart"},
754+
{ type: "doc", id: "appsec/configuration", label: "Configuration Files"},
755755
{
756756
type: "category",
757757
label: "Rules & Scenarios",
@@ -762,8 +762,8 @@
762762
]
763763
},
764764
{ type: "doc", id: "appsec/installation"},
765-
{ type: "doc", id: "appsec/protocol"},
766-
{ type: "doc", id: "appsec/benchmark"},
765+
{ type: "doc", id: "appsec/protocol", label:"Communication Protocol"},
766+
{ type: "doc", id: "appsec/benchmark", label: "Benchmark"},
767767
{ type: "doc", id: "appsec/troubleshooting"},
768768
]
769769
};

crowdsec-docs/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9180,4 +9180,4 @@ yocto-queue@^1.0.0:
91809180
zwitch@^2.0.0:
91819181
version "2.0.4"
91829182
resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz"
9183-
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
9183+
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==

0 commit comments

Comments
 (0)