Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crowdsec-docs/unversioned/integrations/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Each vendor page explains how to create the integration in the CrowdSec Console
defaultValue="step1"
values={[
{label: '1- Create an integration', value: 'step1'},
{label: '2- Remediation Component', value: 'step2'},
{label: '2- Integration Details', value: 'step2'},
{label: '3- Save your credentials', value: 'step3'},
{label: '4- Subscribe to blocklists', value: 'step4'},
]}>
Expand Down Expand Up @@ -116,7 +116,7 @@ Then click **Create**.
</div>
<div style={{flex: '0 0 30%'}}>
<ThemedImage
alt="Raw IP List Integration Creation Screen"
alt="Integration Creation Screen"
sources={{
light: useBaseUrl("/img/console_integrations_creation_light.png"),
dark: useBaseUrl("/img/console_integrations_creation_dark.png"),
Expand Down
Loading