Skip to content

Commit ab64a23

Browse files
authored
Add netdata to the home page (#250)
Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent bb64e36 commit ab64a23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ const FeatureList = [
6666
</>
6767
),
6868
},
69+
{
70+
title: 'AI & realtime insights with Netdata',
71+
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
72+
description: (
73+
<>
74+
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.
75+
</>
76+
),
77+
},
6978
];
7079

7180
function Feature({Svg, title, description}) {

0 commit comments

Comments
 (0)