Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the wording to be more factual, specific, and "you" oriented #12886

Merged
merged 2 commits into from
Mar 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions www/src/pages/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,16 @@ class IndexRoute extends React.Component {
<p>There are four main ways to get started with Gatsby:</p>
<ol>
<li>
<Link to="/tutorial/">Tutorial</Link>: The tutorial is written
to be as accessible as possible to people without much web
development experience.
<Link to="/tutorial/">Tutorial</Link>: Step-by-step instructions on how to install Gatsby and start a project: written for people without Gatsby or web development experience, though it has helped developers of all skill levels.
development experience, though developers of all skill levels have said they got a lot of value from it.
</li>
<li>
<Link to="/docs/quick-start">Quick start</Link>: The quick start
is intended for intermediate to advanced developers who prefer
to dig straight in.
<Link to="/docs/quick-start">Quick start</Link>: Go to the quick start
for a one page summary of how to install Gatsby and start a new project.
</li>
<li>
<Link to="/docs/recipes/">Recipes</Link>: A happy medium between
the tutorial and the quick start, find some quick answers for
the tutorial and the quick start. Find some quick answers for
how to accomplish some specific, common tasks with Gatsby.
</li>
<li>
Expand Down