Skip to content

Commit 739a98b

Browse files
authored
Merge branch 'main' into k8s/ingress
2 parents 52db651 + dd00f66 commit 739a98b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

crowdsec-docs/docs/appsec/quickstart/general.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ AppSec Setup is done in two simple steps:
2828

2929
The following sections will guide you through the default setup.
3030

31+
After your installation you can check that everything is working by following the [🩺 HealthCheck](/u/getting_started/health_check).
32+
3133
### Collection Installation
3234

3335
Install the essential AppSec collections that provide virtual patching rules and generic attack detection:

crowdsec-docs/src/components/home-page/quick-start.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import ForwardIcon from "@mui/icons-material/Forward";
2+
import MonitorHeartIcon from "@mui/icons-material/MonitorHeart";
23
import HubIcon from "@mui/icons-material/Hub";
34
import cibApple from "@site/static/img/logo/apple-colored.svg";
45
import cibDocker from "@site/static/img/logo/docker-colored.svg";
@@ -107,6 +108,9 @@ const QuickStart = (): React.JSX.Element => {
107108
<HomePageItem title={props.text} description="" link={props.link} icon={props.icon} key={props.text} />
108109
))}
109110
</div>
111+
<div className="grid grid-cols-1 gap-4 mt-4">
112+
<HomePageItem title="Installation Heathcheck" description="" link="/u/getting_started/health_check" icon={MonitorHeartIcon} key="Installation Heathcheck" />
113+
</div>
110114
<p className="text-xs mt-1 mb-4 text-foreground/70 text-right">
111115
*Logos and trademarks, such as the logos above, are the property of their respective owners and are used here for
112116
identification purposes only.

0 commit comments

Comments
 (0)