Skip to content

Commit 69064f7

Browse files
enhance: Add basic infographic to prereq
1 parent d520aae commit 69064f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

crowdsec-docs/unversioned/getting_started/prerequisites.md renamed to crowdsec-docs/unversioned/getting_started/prerequisites.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Prerequisites
44
sidebar_position: 1
55
---
66

7+
import useBaseUrl from "@docusaurus/useBaseUrl"
8+
79
# Prerequisites
810

911
We recommend that you understand the following prerequisites before installing CrowdSec:
@@ -45,4 +47,12 @@ CrowdSec Security Engine uses the following default ports these can be altered a
4547
* 6060/tcp: Prometheus metrics port
4648
* 8080/tcp: API port
4749

50+
<div style={{ display: "flex" }}>
51+
<div style={{ textAlign: "center", flex: "1" }}>
52+
<img src={useBaseUrl("/img/simplified_SE_underthehood.svg")}></img>
53+
</div>
54+
</div>
55+
56+
57+
4858

0 commit comments

Comments
 (0)