Skip to content

Commit 6aaf42b

Browse files
committed
remove link with todo in favor of todo comments
1 parent 43b4b3f commit 6aaf42b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

crowdsec-docs/docs/appsec/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ You can follow our quick start guides depending on your web server:
7070
Or consider learning more about the AppSec capabilities:
7171

7272
- **Rules**: [How to read, write and debug rules](/appsec/rules_syntax.md)
73-
- **Scenarios**: [How to create scenarios that leverage the AppSec Component events](#TODO)
73+
<!-- TODO -->
74+
- **Scenarios**: How to create scenarios that leverage the AppSec Component events
7475
- **Hooks**: [For advanced use let's talk about possible Hooks](/appsec/hooks.md)
7576
- **Troubleshoot**: [How to troubleshoot the behavior of the AppSec Component](/appsec/troubleshooting.md)
7677
- **AppSec Protocol**: [if you're maintaining or creating a remedation component and want to add the AppSec capabilities](/appsec/protocol.md)

crowdsec-docs/docs/getting_started/install_pyagent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
# Using our Python SDK
88

9-
This python SDK is designed for signal sharing partners to send signals and benefit from the community blocklist. Learn more about [signal sharing](TODO).
9+
This python SDK is designed for signal sharing partners to send signals and benefit from the community blocklist. <!-- Learn more about [signal sharing](TODO). -->
1010

1111
Our SDK does the heavy lifting of the CAPI connectivity so you can simply, sendSignals and getDecisions, as well as enroll your soft-agent into the console.
1212

crowdsec-docs/versioned_docs/version-v1.6.0/appsec/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Let's now start using this AppSec capabilities:
6666

6767
- **Installation**: [How to configure the Application Security Component with an existing remediation component](/appsec/installation.md)
6868
- **Rules**: [How to read, write and debug rules](/appsec/rules_syntax.md)
69-
- **Scenarios**: [How to create scenarios that leverage the AppSec Component events](#TODO)
69+
<!-- TODO -->
70+
- **Scenarios**: How to create scenarios that leverage the AppSec Component events
7071
- **Hooks**: [For advanced use let's talk about possible Hooks](/appsec/hooks.md)
7172
- **Troubleshoot**: [How to troubleshoot the behavior of the AppSec Component](/appsec/troubleshooting.md)
7273
- **AppSec Protocol**: [if you're maintaining or creating a remedation component and want to add the AppSec capabilities](/appsec/protocol.md)

0 commit comments

Comments
 (0)