@@ -7,7 +7,6 @@ import magicWand from '@images/icons/magic-wand.svg'
77import gatsby from '@images/icons/gatsby.svg'
88import settings from '@images/icons/settings.svg'
99import plug from '@images/icons/plug.svg'
10- import rocket from '@images/icons/rocket.svg'
1110import mdx from '@images/icons/mdx.svg'
1211import typescript from '@images/icons/typescript.svg'
1312
@@ -75,9 +74,10 @@ export const Features = () => (
7574 < Info >
7675 < Title > Powered by Gatsby</ Title >
7776 < Text >
78- Docz since the v2 is entirely built using Gatsby under the hood,
79- optimised for a lightning fast dev experience and build times and
80- with a huge ecosystem of plugins and tools.
77+ Starting from v2, Docz is entirely built using GatsbyJS. It's
78+ optimised for a lightning fast development experience and speedy
79+ build times. This also allows you to leverage GatsbyJS's huge
80+ ecosystem of plugins and tools.
8181 </ Text >
8282 </ Info >
8383 </ FeatureItem >
@@ -86,9 +86,9 @@ export const Features = () => (
8686 < Info >
8787 < Title > Zero config</ Title >
8888 < Text >
89- No worrying about complex configuration settings to build and run
90- your documentation. With Docz you can init your app with just a
91- single command.
89+ No need to worry about complex configuration settings to build and
90+ run your documentation. With Docz you can create customizable sites
91+ with a single command.
9292 </ Text >
9393 </ Info >
9494 </ FeatureItem >
@@ -97,9 +97,9 @@ export const Features = () => (
9797 < Info >
9898 < Title > Easy to customize</ Title >
9999 < Text >
100- Using < b > component shadowing</ b > you can easily create and modify
101- your theme for your documentation website, just like the one you see
102- here!
100+ Using < b > component shadowing</ b > you can create your own theme or
101+ customize the provided theme to make your documentation website
102+ stand out.
103103 </ Text >
104104 </ Info >
105105 </ FeatureItem >
@@ -108,9 +108,9 @@ export const Features = () => (
108108 < Info >
109109 < Title > Based on MDX</ Title >
110110 < Text >
111- MDX is < i > Markdown + JSX</ i > , bringing the world of components to
111+ MDX is < i > Markdown + JSX</ i > , it brings the world of components to
112112 Markdown. MDX makes it possible to import and use your components in
113- a Markdown-style file . Docz fully leverages this, and provides many
113+ Markdown-style files . Docz fully leverages this, and provides many
114114 built-in components that augment and speed up your documentation
115115 workflow.
116116 </ Text >
@@ -121,10 +121,10 @@ export const Features = () => (
121121 < Info >
122122 < Title > Fully pluggable</ Title >
123123 < Text >
124- Plugins have always been a great way to allow for functional,
125- flexible and optimized applications. In Docz, you can use them to
126- hook into the Docz dataflow and use all Gatsby plugins to improve
127- your documentation .
124+ Plugins provide a great way to add functionality to your application
125+ without changing your code. With Docz, you can hook into the
126+ dataflow and build steps of your application using GatsbyJS and Docz
127+ plugins .
128128 </ Text >
129129 </ Info >
130130 </ FeatureItem >
@@ -133,10 +133,10 @@ export const Features = () => (
133133 < Info >
134134 < Title > TypeScript support</ Title >
135135 < Text >
136- Docz provides full, native TypeScript support for your TSX
137- components and custom types. In fact, all Docz packages are built
138- using TypeScript. Check out the { ' ' }
139- < Link to = "/docs/components-api" > API section</ Link > for more
136+ Docz provides native TypeScript support for TSX components and can
137+ generate documentation from your prop types and comments in your
138+ code. All exported Docz components are built using TypeScript. Check
139+ out the < Link to = "/docs/components-api" > API section</ Link > for more
140140 information.
141141 </ Text >
142142 </ Info >
0 commit comments