From 163bf18002eb7fc0a972f8c90354b12d37101bb9 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 18 Dec 2023 18:20:25 +0100 Subject: [PATCH] Add netdata to the home page Signed-off-by: Christian Berendt --- src/components/HomepageFeatures/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index e51a9f5369..21a2d65bfb 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -66,6 +66,15 @@ const FeatureList = [ ), }, + { + title: 'AI & realtime insights with Netdata', + Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, + description: ( + <> + Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit. + + ), + }, ]; function Feature({Svg, title, description}) {