Skip to content

Commit 9422f07

Browse files
committed
various broken links (typo,bad anchors...)
1 parent 6aaf42b commit 9422f07

File tree

14 files changed

+36
-42
lines changed

14 files changed

+36
-42
lines changed

crowdsec-docs/docs/whitelist/postoverflow_based_whitelist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Whitelists in PostOverflows are applied _after_ the bucket overflow happens. Ple
1111

1212
In PostOverflows, the `evt.Parsed` object will be empty at this stage.
1313

14-
It means that you must work with the [`evt.Overflow`](/expr/event.md#overflow-relevant-fields) object for your expression.
14+
It means that you must work with the [`evt.Overflow`](/expr/event.md#event-object--overflow) object for your expression.
1515

1616
:::
1717

crowdsec-docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function HomepageHeader() {
1818
<div className={styles.buttons}>
1919
<Link
2020
className="button button--secondary button--lg"
21-
to="/docs/next/intro">
21+
to="/docs/intro">
2222
Documentation
2323
</Link>
2424
</div>

crowdsec-docs/static/img/appsec-global.svg

Lines changed: 1 addition & 4 deletions
Loading

crowdsec-docs/unversioned/blocklists/security_engine.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Security Engine Quick Start:
2525

2626
Install Remediation Component:
2727
- [Unix Firewall](bouncers/firewall.mdx)
28-
- [Nginx](bouncer/nginx.mdx)
28+
- [Nginx](bouncers/nginx.mdx)
2929
- [HAProxy](bouncers/haproxy.mdx)
3030
- [Cloudflare Workers](bouncers/cloudflare-workers.mdx)
3131

@@ -38,4 +38,4 @@ After installing a Security Engine, ensure you enroll it to the [Console](https:
3838
Once you have completed the above steps, you can start using blocklists with your Security Engine. To do this, you will need to:
3939

4040
- Find a blocklist on the [Catalog](console/blocklists/catalog.md) you wish to use.
41-
- Use the [Subscription Section](console/blocklists/subscription.md##security-engines) to tie the blocklist to your Security Engine.
41+
- Use the [Subscription Section](console/blocklists/subscription.md#security-engines) to tie the blocklist to your Security Engine.

crowdsec-docs/unversioned/bouncers/aws-waf.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you do not have an existing AWS WAF configuration, you can refer to the [offi
4343

4444
### Using packages
4545

46-
Packages for crowdsec-aws-waf-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#intall-our-repositories). You need to pick the package accord to your firewall system :
46+
Packages for crowdsec-aws-waf-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories). You need to pick the package accord to your firewall system :
4747

4848
<Tabs
4949
defaultValue="debian"

crowdsec-docs/unversioned/bouncers/cloudflare-workers.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
2626

2727
:::warning
2828
This Remediation Component heavily relies on Cloudflare Workers and KV store. It works best on a paid Workers subscription.
29-
More explanation in the chapter [Test with Cloudflare free plan](#appendix--test-with-cloudflare-free-plan)
29+
More explanation in the chapter [Test with Cloudflare free plan](#appendix-test-with-cloudflare-free-plan)
3030
:::
3131

3232
:::warning
@@ -39,7 +39,7 @@ This Remediation Component (aka Bouncer) deploys a Cloudflare Worker in front of
3939

4040
### Using packages
4141

42-
Packages for crowdsec-cloudflare-worker-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#intall-our-repositories). You need to pick the package accord to your firewall system :
42+
Packages for crowdsec-cloudflare-worker-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories). You need to pick the package accord to your firewall system :
4343

4444
<Tabs
4545
defaultValue="debian"
@@ -199,16 +199,16 @@ Alternatively, you can go to [Tokens](https://dash.cloudflare.com/profile/api-to
199199

200200
The Remediation Component requires the following permissions to function:
201201

202-
| Permission Group | Item | Permission |
203-
| --- | --- | --- |
204-
| Account | Turnstile | Edit |
205-
| Account | Workers KV Storage | Edit |
206-
| Account | Workers Scripts | Edit |
207-
| Account | Account Settings | Read |
208-
| User | User Details | Read |
209-
| Zone | DNS | Read |
210-
| Zone | Workers Routes | Edit |
211-
| Zone | Zone | Read |
202+
| Permission Group | Item | Permission |
203+
| ---------------- | ------------------ | ---------- |
204+
| Account | Turnstile | Edit |
205+
| Account | Workers KV Storage | Edit |
206+
| Account | Workers Scripts | Edit |
207+
| Account | Account Settings | Read |
208+
| User | User Details | Read |
209+
| Zone | DNS | Read |
210+
| Zone | Workers Routes | Edit |
211+
| Zone | Zone | Read |
212212

213213

214214
:::info
@@ -316,7 +316,7 @@ Here's how to set it up:
316316

317317
1. *Configuration Setup*: Begin by [auto-generating the Remediation Component configuration](#auto-config-generator).
318318
2. *Limiting Decision Sources*: Modify the configuration to prioritize decisions generated by your Security Engine and added manually.
319-
- Using the config parameter [crowdsec.only_include_decisions_from](#crowdseconly_include_decisions_from)
319+
- Using the config parameter [crowdsec.only_include_decisions_from](#only_include_decisions_from)
320320
```yaml
321321
crowdsec_config:
322322
[...]

crowdsec-docs/unversioned/bouncers/cloudflare.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you are on a premium plan with Cloudflare contact thier support to ask about
3636

3737
### Repository
3838

39-
Packages for crowdsec-cloudflare-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#intall-our-repositories). You need to pick the package accord to your firewall system :
39+
Packages for crowdsec-cloudflare-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories). You need to pick the package accord to your firewall system :
4040

4141
<Tabs
4242
defaultValue="debian"
@@ -410,11 +410,11 @@ You can completely ignore such decisions by setting `default_action` to `none`.
410410

411411
Following table is mapping of decision type to it's destination IP list.
412412

413-
| Decision Type | Default Action |
414-
| -------------------| ----------- |
415-
| captcha | managed_challenge |
416-
| ban | block |
417-
| js_challenge | js_challenge |
413+
| Decision Type | Default Action |
414+
| ------------- | ----------------- |
415+
| captcha | managed_challenge |
416+
| ban | block |
417+
| js_challenge | js_challenge |
418418

419419

420420
:::warning
@@ -455,11 +455,11 @@ The component creates an IP list for each action. IP list is at account level, s
455455
Following table is mapping of decision type to it's destination IP list, which are created according to zone actions
456456

457457

458-
| Decision Type | Zone Action |
459-
| -------------------| ----------- |
460-
| captcha | managed_challenge |
461-
| ban | block |
462-
| js_challenge | js_challenge |
458+
| Decision Type | Zone Action |
459+
| ------------- | ----------------- |
460+
| captcha | managed_challenge |
461+
| ban | block |
462+
| js_challenge | js_challenge |
463463

464464

465465

crowdsec-docs/unversioned/bouncers/firewall.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Supported firewalls:
3535

3636
## Installation
3737

38-
Packages for crowdsec-firewall-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#intall-our-repositories). You need to pick the package according to your firewall system :
38+
Packages for crowdsec-firewall-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories). You need to pick the package according to your firewall system :
3939

4040
### IPTables
4141

crowdsec-docs/unversioned/getting_started/post_installation/acquisition.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Collections are a group of [Parsers](https://docs.crowdsec.net/docs/next/parsers
6060

6161
## Next steps?
6262

63-
If you already see all services you want covered by the then you can [head back to the post installation steps.](/getting_started/next_steps.md#2-acquisitions)
63+
If you already see all services you want covered by the then you can [head back to the post installation steps.](/getting_started/next_steps.md#3-acquisitions)
6464

6565
Follow the [how to setup a new acquisition](/getting_started/post_installation/acquisition_new.mdx) section if you see some log sources are not being monitored.
6666

crowdsec-docs/unversioned/getting_started/post_installation/console.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ INFO[2024-02-21T16:50:17Z] Watcher successfully enrolled. Visit https://app.crow
108108
INFO[2024-02-21T16:50:17Z] Please restart crowdsec after accepting the enrollment.
109109
```
110110

111-
:::info
112-
If your installtion is not bare metal you can see all [enrollment options here](/docs/next/console/enrollment).
113-
:::
114111

115112
### Accept Enrollment
116113

0 commit comments

Comments
 (0)