Skip to content

Commit be5174b

Browse files
author
jdv
committed
nuking the Blocklist doc
1 parent 3570d3d commit be5174b

File tree

13 files changed

+42
-22
lines changed

13 files changed

+42
-22
lines changed

crowdsec-docs/docs/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Local API (abreviated as `LAPI`) has several functions:
4040
> The Remediation Components (also called `Bouncers`) are external components in charge of enforcing decisions.
4141
4242
Remediation Components rely on the Local API to receive decisions about malevolent IPs to be blocked *(or other supported types or remediations such as Captcha, supported by some of our Bouncers).*
43-
*Note that they also support [CrowdSec's Blocklist as a Service](/u/integrations/intro).*
43+
*Note that they also support [CrowdSec's Blocklist as a Service](/u/blocklists/blaas_integrations/intro).*
4444

4545
Those Decisions can be based on behavioral detection made by the `LP` or from Blocklists.
4646

crowdsec-docs/sidebarsUnversioned.js

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -375,18 +375,18 @@ module.exports = {
375375
type: "category",
376376
link: {
377377
type: "doc",
378-
id: "integrations/intro",
378+
id: "blaas_integrations/intro",
379379
},
380-
label: "Integrations",
380+
label: "Blocklist as a Service",
381381
items: [
382-
"integrations/cisco",
383-
"integrations/checkpoint",
384-
"integrations/f5",
385-
"integrations/fortinet",
386-
"integrations/paloalto",
387-
"integrations/sophos",
388-
"integrations/genericfirewall",
389-
"integrations/remediationcomponent",
382+
"blaas_integrations/cisco",
383+
"blaas_integrations/checkpoint",
384+
"blaas_integrations/f5",
385+
"blaas_integrations/fortinet",
386+
"blaas_integrations/paloalto",
387+
"blaas_integrations/sophos",
388+
"blaas_integrations/genericfirewall",
389+
"blaas_integrations/remediationcomponent",
390390
],
391391
},
392392
],
@@ -456,6 +456,13 @@ module.exports = {
456456
],
457457
guidesSideBar: [
458458
"user_guides/intro",
459+
{
460+
type: "category",
461+
label: "Use cases",
462+
items: [
463+
"user_guides/use_cases/blaas_to_firewall",
464+
],
465+
},
459466
{
460467
type: "category",
461468
label: "Management",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

crowdsec-docs/unversioned/integrations/intro.mdx renamed to crowdsec-docs/unversioned/blocklists/blaas_integrations/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Once you are on the Integrations page you can select the integration you would l
5656
- [Fortinet](integrations/fortinet.mdx)
5757
- [Palo Alto](integrations/paloalto.mdx)
5858
- [Sophos](integrations/sophos.mdx)
59-
- [Generic Firewall](integrations/genericvendor.mdx)
59+
- [Generic Firewall (Raw IP-List)](integrations/genericvendor.mdx)
6060
- [Remediation Component](integrations/remediationcomponent.mdx)
6161

6262
:::info
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)