File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
crowdsec-docs/src/components/home-page Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11import ForwardIcon from "@mui/icons-material/Forward" ;
22import HubIcon from "@mui/icons-material/Hub" ;
3+ import MonitorHeartIcon from "@mui/icons-material/MonitorHeart" ;
34import cibApple from "@site/static/img/logo/apple-colored.svg" ;
45import cibDocker from "@site/static/img/logo/docker-colored.svg" ;
56import 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.
You can’t perform that action at this time.
0 commit comments