Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit dbd2612

Browse files
committed
docs: update homepage
1 parent f9f6d2c commit dbd2612

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

src/docs/home/components/Features.tsx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import magicWand from '@images/icons/magic-wand.svg'
77
import gatsby from '@images/icons/gatsby.svg'
88
import settings from '@images/icons/settings.svg'
99
import plug from '@images/icons/plug.svg'
10-
import rocket from '@images/icons/rocket.svg'
1110
import mdx from '@images/icons/mdx.svg'
1211
import 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>

src/docs/home/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const Hero = () => {
7070
<Image src={image} alt="Built-in components" />
7171
<Buttons>
7272
<Link scale="big" to="/docs/getting-started">
73-
Getting started
73+
Getting Started
7474
</Link>
7575
<Link scale="big" to="/docs/introduction">
7676
Documentation

src/docs/home/components/HowTo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ export const HowTo = () => (
9191
Create an <code>.mdx</code> file anywhere in your project
9292
</Text>
9393
<Pre className="language-markdown">{mdxExample}</Pre>
94-
<Text>That's it, your docs are ready to fly!</Text>
94+
<Text>That's it, your docs are ready to go !</Text>
9595
<Pre className="language-bash">$ yarn docz dev</Pre>
96-
<Link to="/docs/getting-started">More info</Link>
96+
<Link to="/docs/getting-started">More Info</Link>
9797
</Container>
9898
</Wrapper>
9999
)

0 commit comments

Comments
 (0)