Skip to content

Commit 8815d5f

Browse files
committed
Run format
1 parent 78536b8 commit 8815d5f

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ The usual contributing steps are:
3333
* Run `npm run watch` from the root of the repo to first do an initial Babel
3434
build of all packages and then watch for changes to packages' source code and
3535
compile these changes on-the-fly as you work.
36-
* Install [gatsby-dev-cli](/packages/gatsby-dev-cli/) globally: `yarn global add
37-
gatsby-dev-cli`
36+
* Install [gatsby-dev-cli](/packages/gatsby-dev-cli/) globally: `yarn global add gatsby-dev-cli`
3837
* For each of your Gatsby test sites, run the `gatsby-dev` command there to copy
3938
the built files from your cloned copy of Gatsby. It'll watch for your changes
4039
to Gatsby packages and copy them into the site. For more detailed instructions

docs/docs/gatsby-starters.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,7 @@ Community:
324324
* FontAwsome Library for icons
325325
* Responsive Design, optimized for Mobile devices
326326

327-
328-
* [gatsby-starter-product-guy](https://github.com/amandeepmittal/gatsby-starter-product-guy) [(demo)](http://gatsby-starter-product-guy.surge.sh/)
327+
- [gatsby-starter-product-guy](https://github.com/amandeepmittal/gatsby-starter-product-guy) [(demo)](http://gatsby-starter-product-guy.surge.sh/)
329328

330329
Features:
331330

docs/docs/plugins.md

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ root.
168168
* [gatsby-source-workable](https://github.com/tumblbug/gatsby-source-workable)
169169

170170
## Community Library
171+
171172
* [gatsby-node-helpers](https://github.com/angeloashmore/gatsby-node-helpers)
172173
* [gatsby-paginate](https://github.com/pixelstew/gatsby-paginate)
173174
* [gatsby-pagination](https://github.com/infinitedescent/gatsby-pagination)

docs/tutorial/part-two/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ plugins.
108108

109109
## Installing your first Gatsby plugin
110110

111-
Let's start by creating a new site. At this point it probably makes sense to close the terminal window(s) you used to build tutorial-part-one so that you don't accidentally start building tutorial-part-two in the wrong place. If you don't close tutorial-part-one prior to building tutorial-part-two, you will see that tutorial-part-two appears at localhost:8001 instead of localhost:8000.
111+
Let's start by creating a new site. At this point it probably makes sense to close the terminal window(s) you used to build tutorial-part-one so that you don't accidentally start building tutorial-part-two in the wrong place. If you don't close tutorial-part-one prior to building tutorial-part-two, you will see that tutorial-part-two appears at localhost:8001 instead of localhost:8000.
112112

113113
Similar to part one, open a new terminal window and run the following to create a new site:
114114

@@ -486,8 +486,6 @@ The finished page should now look like:
486486

487487
![css-modules-final](css-modules-final.png)
488488

489-
490-
491489
### Other CSS options
492490

493491
Gatsby supports almost every possible styling option (if there isn't a plugin

0 commit comments

Comments
 (0)