Skip to content

Commit 8c3d3d7

Browse files
authored
add healthcheck again (#942)
* add healthcheck again * formatting * update format * format * try this format * hop
1 parent d3b016b commit 8c3d3d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import ForwardIcon from "@mui/icons-material/Forward";
22
import HubIcon from "@mui/icons-material/Hub";
3+
import MonitorHeartIcon from "@mui/icons-material/MonitorHeart";
34
import cibApple from "@site/static/img/logo/apple-colored.svg";
45
import cibDocker from "@site/static/img/logo/docker-colored.svg";
56
import cibFreebsd from "@site/static/img/logo/freebsd-colored.svg";
@@ -107,6 +108,15 @@ 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
113+
title="Installation Heathcheck"
114+
description=""
115+
link="/u/getting_started/health_check"
116+
icon={MonitorHeartIcon}
117+
key="Installation Heathcheck"
118+
/>
119+
</div>
110120
<p className="text-xs mt-1 mb-4 text-foreground/70 text-right">
111121
*Logos and trademarks, such as the logos above, are the property of their respective owners and are used here for
112122
identification purposes only.

0 commit comments

Comments
 (0)