Skip to content

Commit e083bef

Browse files
committed
featureList, add more appropriate text
1 parent cb3f38b commit e083bef

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ const config: Config = {
116116
href: "https://github.com/nodemailer/wildduck",
117117
label: "Wildduck GitHub"
118118
},
119+
{
120+
href: "https://github.com/nodemailer/nodemailer",
121+
label: "Nodemailer GitHub"
122+
},
119123
],
120124
},
121125
],

src/components/HomepageFeatures/index.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@ import Heading from '@theme/Heading';
55

66
const FeatureList = [
77
{
8-
title: 'Easy to Use',
8+
title: 'Universal support',
99
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
10-
description: <>Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly.</>
10+
description: (
11+
<>Wildduck Mail Server is supported by all majors platforms and does not require any compiling. If the system has NodeJS - it can run Wildduck! </>
12+
)
1113
},
1214
{
13-
title: 'Focus on What Matters',
15+
title: 'Ease of use',
1416
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
1517
description: (
1618
<>
17-
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.
19+
Wildduck is easy to set up and use! Every setting can be configured and you can manage users, mailboxes, messages and everything else via a
20+
simple HTTP API!
1821
</>
1922
)
2023
},
2124
{
22-
title: 'Powered by React',
25+
title: 'Modern IMAP/POP3',
2326
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
24-
description: <>Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same header and footer.</>
27+
description: <>Wildduck supports almost all modern IMAP and POP3 features, while being fast and scalable! All unicode email addresses as supported.</>
2528
}
2629
];
2730

0 commit comments

Comments
 (0)