Skip to content

Commit

Permalink
Add netdata to the home page (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Dec 18, 2023
1 parent bb64e36 commit ab64a23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}) {
Expand Down

0 comments on commit ab64a23

Please sign in to comment.