Skip to content

Commit e50f56b

Browse files
authored
Merge pull request #21 from cncf/contribute-site
fix: make the descriptions less boring
2 parents 827b6b8 + c1cb7af commit e50f56b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,29 @@ import styles from './styles.module.css';
44

55
const FeatureList = [
66
{
7-
title: 'Easy to Use',
7+
title: 'Contributors',
88
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
99
description: (
1010
<>
11-
Docusaurus was designed from the ground up to be easily installed and
12-
used to get your website up and running quickly.
11+
Navigate the Cloud Native as an individual contributor. Get started, find new friends, forge your path.
1312
</>
1413
),
1514
},
1615
{
17-
title: 'Focus on What Matters',
16+
title: 'Projects',
1817
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
1918
description: (
2019
<>
21-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
22-
ahead and move your docs into the <code>docs</code> directory.
20+
Over 220 Projects choose the CNCF as their home. These resources document how we work together as a team.
2321
</>
2422
),
2523
},
2624
{
27-
title: 'Powered by React',
25+
title: 'Community',
2826
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
2927
description: (
3028
<>
31-
Extend or customize your website layout by reusing React. Docusaurus can
32-
be extended while reusing the same header and footer.
29+
Stronger, together. Contributors and Projects collaborate to get larger goals accomplished.
3330
</>
3431
),
3532
},

0 commit comments

Comments
 (0)