Skip to content

Commit

Permalink
Add main features to the home page
Browse files Browse the repository at this point in the history
- Community driven
- Open Source
- Searchable
  • Loading branch information
0ptim committed Aug 14, 2022
1 parent b9f5743 commit 1db4bdc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 395 deletions.
24 changes: 10 additions & 14 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,28 @@ import styles from "./styles.module.css";

const FeatureList = [
{
title: "Easy to Use",
Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default,
title: "Community driven",
Svg: require("@site/static/features/community.svg").default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
</>
<>Everyone is invited to contribute and help maintain the wiki.</>
),
},
{
title: "Focus on What Matters",
Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
title: "Open Source",
Svg: require("@site/static/features/opensource.svg").default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
Every page, image and even the wiki-code is completely open sourced on
GitHub.
</>
),
},
{
title: "Powered by React",
Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
title: "Searchable",
Svg: require("@site/static/features/searchable.svg").default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
The whole wiki is indexed and every content can be found in an instant.
</>
),
},
Expand Down
1 change: 1 addition & 0 deletions static/features/community.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/features/opensource.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/features/searchable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1db4bdc

Please sign in to comment.