Skip to content

Commit 85e8c40

Browse files
enhance: Add quickstart to bottom of appsec intro and update banner to link
1 parent 2946e86 commit 85e8c40

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

crowdsec-docs/docs/appsec/intro.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This component capitalizes on existing remediation functions in web servers (suc
2424
![appsec-global](/img/appsec-global.svg)
2525

2626
1. The Web Server receives the HTTP request
27-
2. The HTTP Request is intercepted and passed to the Crowdsec Security Engine via [the HTTP API](/appsec/protocol.md)
27+
2. The HTTP Request is intercepted and passed to the CrowdSec Security Engine via [the HTTP API](/appsec/protocol.md)
2828
3. The Security Engine answers to the Web Server once the Appsec inband rules have been processed.
2929
4. Based on the [Security Engine answer](/appsec/protocol#response-code), the Web Server either blocks the HTTP Request or processes it as usual
3030

@@ -62,9 +62,13 @@ This is meant to allow for scenarios to exploit the WAF rules events, such as bl
6262

6363
## Next steps
6464

65-
Let's now start using this AppSec capabilities:
65+
You can follow our quick start guides depending on your web server:
66+
67+
- [Nginx/OpenResty](/appsec/quickstart/nginxopenresty.mdx)
68+
- [Traefik](/appsec/quickstart/traefik.mdx)
69+
70+
Or consider learning more about the AppSec capabilities:
6671

67-
- **Installation**: [How to configure the Application Security Component with an existing remediation component](/appsec/installation.md)
6872
- **Rules**: [How to read, write and debug rules](/appsec/rules_syntax.md)
6973
- **Scenarios**: [How to create scenarios that leverage the AppSec Component events](#TODO)
7074
- **Hooks**: [For advanced use let's talk about possible Hooks](/appsec/hooks.md)

crowdsec-docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = {
7272
announcementBar: {
7373
id: "banner_docs",
7474
content:
75-
'<a target="_blank" href="https://doc.crowdsec.net/u/user_guides/alert_context">Learn how to improve alert visualisation and threat hunting with alert context</a>',
75+
'<a target="_blank" href="https://doc.crowdsec.net/docs/next/appsec/intro">Learn how to guard your webserver in real-time with the CrowdSec WAF</a>',
7676
backgroundColor: "#F8AB13",
7777
textColor: "#131132",
7878
isCloseable: true,

0 commit comments

Comments
 (0)