Skip to content

Commit 130089c

Browse files
author
jdv
committed
nano fix + add to uSidebar
1 parent 27c41ce commit 130089c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

crowdsec-docs/sidebarsUnversioned.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,11 @@ const sidebarsUnversionedConfig: SidebarConfig = {
591591
id: "troubleshooting/intro",
592592
label: "Introduction",
593593
},
594+
{
595+
type: "doc",
596+
id: "troubleshooting/usecases",
597+
label: "Use Cases",
598+
},
594599
{
595600
type: "doc",
596601
id: "troubleshooting/security_engine",

crowdsec-docs/unversioned/troubleshooting/usecases.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Good option if you are not using a Security Engine and want your CDN or WAF to b
3131
- [Subscribing to blocklists](/u/console/blocklists/subscription/)
3232
- [List of integrations format](/u/integrations/intro#current-integrations)
3333
- 🏅 [API management & creating your own blocklists](/u/console/service_api/quickstart/blocklists)
34-
- *Variation: *Integration into CDN/WAF via a **remediation component**:
34+
- *Variation:* Integration into CDN/WAF via a **remediation component**:
3535
- [Remediation Component BLaaS integration](/u/integrations/remediationcomponent)
3636
- [AWF WAF remediation component](/u/bouncers/aws_waf)
3737
- [Cloudflare Workers remediation component](/u/bouncers/cloudflare-workers)
@@ -121,7 +121,7 @@ Good option if you want to prevent illegitimate AI crawlers from visiting your s
121121
- Block at the edge using your firewall or CDN.
122122

123123
**References**
124-
- [**Blocking at the edge section**](#blocking-at-the-edge)
124+
- [⬆️ **Blocking at the edge section**](#blocking-at-the-edge)
125125
- [Custom scenario creation](/docs/next/scenarios/create)
126126
- [AI Crawlers Blocklist ↗️](https://app.crowdsec.net/blocklists/67b3524151bbde7a12b60be0)
127127
- [Currated Botnet Actors ↗️](https://app.crowdsec.net/blocklists/65a56c160469607d9badb813)
@@ -168,7 +168,7 @@ Good option if you need immediate protection without the risk of modifying criti
168168
- Test protection rules out of band (simulation mode) before enabling blocking to ensure application functionality.
169169

170170
**References**
171-
- [**Block Common web attacks fast**](#block-common-web-attacks-fast)
171+
- [⬆️ **Block Common web attacks fast**](#block-common-web-attacks-fast)
172172
- [Block right before your app code with PHP prepend](/u/bouncers/php)
173173
- [Add blocking capabilities in your php app](/u/bouncers/php-lib)
174174

@@ -189,7 +189,7 @@ Good option if you need highly specific protection tailored to your application'
189189
- Test custom rules thoroughly using explain mode and simulation before production deployment.
190190

191191
**References**
192-
- [**Block Common web attacks fast**](#block-common-web-attacks-fast)
192+
- [⬆️ **Block Common web attacks fast**](#block-common-web-attacks-fast)
193193
- [Custom scenario creation](/log_processor/scenarios/create)
194194
- [Get help from the community ↗️](https://discord.gg/wGN7ShmEE8)
195195
- [Example of custom detection: Impossible traveler ↗️](https://www.crowdsec.net/blog/detect-suspicious-ip-behavior-impossible-travel)
@@ -234,7 +234,7 @@ Good option if you want to correlate local events with global attack patterns an
234234
- Go further using our CTI API to integrate threat intelligence into your existing workflows.
235235

236236
**References**
237-
- [CTI related refs from **Alert Enhancement and Triage**](#alert-enhancement-and-triage)
237+
- [⬆️ CTI related refs from **Alert Enhancement and Triage**](#alert-enhancement-and-triage)
238238
- [CVE explorer](/u/cti_api/cve_explorer/)
239239
- [IPDEX presentation article ↗️](https://www.crowdsec.net/blog/introducing-crowdsec-ipdex)
240240
- [Follow our weekly vuln report on LinkedIn ↗️](https://www.linkedin.com/company/crowdsec/posts/?feedView=all)

0 commit comments

Comments
 (0)