-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Better starter docs #5966
Better starter docs #5966
Conversation
Failed ci:
seems that some components in v1 still use deprecated lifecycles :( |
docs/docs/gatsby-starters.md
Outdated
preconfigured to help you get moving faster on creating a certain type of site. | ||
The Gatsby CLI tool lets you install “starters”. These are boilerplate Gatsby sites maintained by the community. | ||
`gatsby new` helps you start your project by cloning the boilerplate, installing dependencies, and clearing git history. | ||
If you are familiar with `git` this is the same as `git clone <starter repo url> && rm -rf .git/ && yarn` (or `npm i`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if it's necessary to explain about the git
part? also you missed cd folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha. I think it makes sense to get rid of the parts starting from "If you are familar ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice clarification, thanks @wuweiweiwu 👍
* better starter docs * Removing gnarly details
I've cherry-picked this across to the |
* better starter docs * Removing gnarly details
Awesome! |
closes: #5866
clarify what starters are :)