Skip to content

Commit

Permalink
chore(docs): Remove some whitespace (#22433)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Mar 23, 2020
1 parent ccf3ec2 commit 003129a
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 116 deletions.
20 changes: 10 additions & 10 deletions docs/blog/2017-10-17-building-i18n-with-gatsby/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ looks like this.

```text
- src
- locales
- en
- PageHeader.json
- PricingPlan.json
...
- cy
- PageHeader.json
- PricingPlan.json
...
- locales
- en
- PageHeader.json
- PricingPlan.json
...
- cy
- PageHeader.json
- PricingPlan.json
...
```

The `PageHeader` component in the `en` folder might look like this:
Expand Down Expand Up @@ -214,7 +214,7 @@ React Helmet:

```jsx
<div className="Pricing">
<Helmet title={t('heading')}>
<Helmet title={t('heading')}>
</div>
```

Expand Down
30 changes: 15 additions & 15 deletions docs/contributing/gatsby-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ You may also choose to include line highlighting in your code snippets, using th
````no-highlight
```javascript:title=gatsby-config.js
module.exports = {
siteMetadata: {
title: `GatsbyJS`, // highlight-line
siteUrl: `https://www.gatsbyjs.org`,
},
siteMetadata: {
title: `GatsbyJS`, // highlight-line
siteUrl: `https://www.gatsbyjs.org`,
},
}
```
````
Expand All @@ -330,11 +330,11 @@ module.exports = {
````no-highlight
```javascript:title=gatsby-config.js
module.exports = {
siteMetadata: {
title: `GatsbyJS`,
// highlight-next-line
siteUrl: `https://www.gatsbyjs.org`,
},
siteMetadata: {
title: `GatsbyJS`,
// highlight-next-line
siteUrl: `https://www.gatsbyjs.org`,
},
}
```
````
Expand All @@ -354,12 +354,12 @@ module.exports = {
````no-highlight
```javascript:title=gatsby-config.js
module.exports = {
// highlight-start
siteMetadata: {
title: `GatsbyJS`,
siteUrl: `https://www.gatsbyjs.org`,
},
// highlight-end
// highlight-start
siteMetadata: {
title: `GatsbyJS`,
siteUrl: `https://www.gatsbyjs.org`,
},
// highlight-end
}
```
````
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-reference/content/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

```graphql
query GetBlogPosts($limit: Int, $filter: filterMarkdownRemark, $sort: markdownRemarkConnectionSort) {
allMarkdownRemark(
allMarkdownRemark(
limit: $limit,
filter: $filter,
sort: $sort
Expand Down
66 changes: 33 additions & 33 deletions packages/gatsby/src/redux/__tests__/mocks/.babelrc
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"cacheDirectory": true,
"babelrc": false,
"presets": [
["@babel/preset-env", {
"loose": true,
"modules": false,
"useBuiltIns": "usage",
"shippedProposals": true,
"targets": {
"browsers": [
"> 1%",
"IE >= 9",
"last 2 versions"
]
}
}],
["@babel/preset-react", {
"useBuiltIns": true,
"pragma": "React.createElement"
}],
"@babel/preset-flow"
],
"plugins": [
["@babel/plugin-proposal/class-properties", {
"loose": true
}],
"@babel/plugin-syntax-dynamic-import",
["@babel/plugin-transform-runtime", {
"helpers": true,
"regenerator": true,
"polyfill": false
}]
]
"cacheDirectory": true,
"babelrc": false,
"presets": [
["@babel/preset-env", {
"loose": true,
"modules": false,
"useBuiltIns": "usage",
"shippedProposals": true,
"targets": {
"browsers": [
"> 1%",
"IE >= 9",
"last 2 versions"
]
}
}],
["@babel/preset-react", {
"useBuiltIns": true,
"pragma": "React.createElement"
}],
"@babel/preset-flow"
],
"plugins": [
["@babel/plugin-proposal/class-properties", {
"loose": true
}],
"@babel/plugin-syntax-dynamic-import",
["@babel/plugin-transform-runtime", {
"helpers": true,
"regenerator": true,
"polyfill": false
}]
]
}
114 changes: 57 additions & 57 deletions scripts/gatsby-plugin-checker/plugins.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
[
{"name":"gatsby-plugin-channel","blacklist":false,"notified":false},
{"name":"gatsby-plugin-copy-files","blacklist":false,"notified":false},
{"name":"gatsby-plugin-core-js","blacklist":false,"notified":false},
{"name":"gatsby-plugin-drip","blacklist":false,"notified":false},
{"name":"gatsby-plugin-escalade-stock","blacklist":false,"notified":false},
{"name":"gatsby-plugin-facebook-sdk","blacklist":false,"notified":false},
{"name":"gatsby-plugin-favicon-mperkh","blacklist":false,"notified":false},
{"name":"gatsby-plugin-favicons","blacklist":false,"notified":false},
{"name":"gatsby-plugin-github-pages","blacklist":false,"notified":false},
{"name":"gatsby-plugin-google-fonts","blacklist":false,"notified":false},
{"name":"gatsby-plugin-graphql","blacklist":false,"notified":false},
{"name":"gatsby-plugin-i18n-extension","blacklist":false,"notified":false},
{"name":"gatsby-plugin-iamport","blacklist":false,"notified":false},
{"name":"gatsby-plugin-landr","blacklist":false,"notified":false},
{"name":"gatsby-plugin-module-local-ident-name","blacklist":false,"notified":false},
{"name":"gatsby-plugin-mui","blacklist":false,"notified":false},
{"name":"gatsby-plugin-netlify-lambda","blacklist":false,"notified":false},
{"name":"gatsby-plugin-ngrok-tunneling","blacklist":false,"notified":false},
{"name":"gatsby-plugin-polyfill-cdn","blacklist":false,"notified":false},
{"name":"gatsby-plugin-product-markdown-pages","blacklist":false,"notified":false},
{"name":"gatsby-plugin-production","blacklist":false,"notified":false},
{"name":"gatsby-plugin-protoculture","blacklist":false,"notified":false},
{"name":"gatsby-plugin-purify-css","blacklist":false,"notified":false},
{"name":"gatsby-plugin-react-webfont-loader","blacklist":false,"notified":false},
{"name":"gatsby-plugin-sass-bulk-import","blacklist":false,"notified":false},
{"name":"gatsby-plugin-size-analyzer","blacklist":false,"notified":false},
{"name":"gatsby-plugin-snowplow","blacklist":false,"notified":false},
{"name":"gatsby-plugin-source-john-deere","blacklist":false,"notified":false},
{"name":"gatsby-plugin-zygote","blacklist":false,"notified":false},
{"name":"gatsby-source-airtable-linked","blacklist":false,"notified":false},
{"name":"gatsby-source-anilist","blacklist":false,"notified":false},
{"name":"gatsby-source-gcloud-object","blacklist":false,"notified":false},
{"name":"gatsby-source-gdrive-tree","blacklist":false,"notified":false},
{"name":"gatsby-source-github-api","blacklist":false,"notified":false},
{"name":"gatsby-source-google-calendar","blacklist":false,"notified":false},
{"name":"gatsby-source-google-sheet","blacklist":false,"notified":false},
{"name":"gatsby-source-itchio","blacklist":false,"notified":false},
{"name":"gatsby-source-jira","blacklist":false,"notified":false},
{"name":"gatsby-source-jsonapi","blacklist":false,"notified":false},
{"name":"gatsby-source-medium-posts","blacklist":false,"notified":false},
{"name":"gatsby-source-mongo","blacklist":false,"notified":false},
{"name":"gatsby-source-nba","blacklist":false,"notified":false},
{"name":"gatsby-source-newsapi","blacklist":false,"notified":false},
{"name":"gatsby-source-product-markdown","blacklist":false,"notified":false},
{"name":"gatsby-source-published-google-sheets","blacklist":false,"notified":false},
{"name":"gatsby-source-sapcc","blacklist":false,"notified":false},
{"name":"gatsby-source-soundcloud","blacklist":false,"notified":false},
{"name":"gatsby-source-steam","blacklist":false,"notified":false},
{"name":"gatsby-source-twitch","blacklist":false,"notified":false},
{"name":"gatsby-source-twitter-users","blacklist":false,"notified":false},
{"name":"gatsby-source-utopian","blacklist":false,"notified":false},
{"name":"gatsby-source-wordpress-bcgdv","blacklist":false,"notified":false},
{"name":"gatsby-transformer-exif","blacklist":false,"notified":false},
{"name":"gatsby-transformer-geojson","blacklist":false,"notified":false},
{"name":"gatsby-transformer-ipynb","blacklist":false,"notified":false},
{"name":"gatsby-transformer-nimbl","blacklist":false,"notified":false},
{"name":"gatsby-transformer-whoa","blacklist":false,"notified":false}
{"name":"gatsby-plugin-channel","blacklist":false,"notified":false},
{"name":"gatsby-plugin-copy-files","blacklist":false,"notified":false},
{"name":"gatsby-plugin-core-js","blacklist":false,"notified":false},
{"name":"gatsby-plugin-drip","blacklist":false,"notified":false},
{"name":"gatsby-plugin-escalade-stock","blacklist":false,"notified":false},
{"name":"gatsby-plugin-facebook-sdk","blacklist":false,"notified":false},
{"name":"gatsby-plugin-favicon-mperkh","blacklist":false,"notified":false},
{"name":"gatsby-plugin-favicons","blacklist":false,"notified":false},
{"name":"gatsby-plugin-github-pages","blacklist":false,"notified":false},
{"name":"gatsby-plugin-google-fonts","blacklist":false,"notified":false},
{"name":"gatsby-plugin-graphql","blacklist":false,"notified":false},
{"name":"gatsby-plugin-i18n-extension","blacklist":false,"notified":false},
{"name":"gatsby-plugin-iamport","blacklist":false,"notified":false},
{"name":"gatsby-plugin-landr","blacklist":false,"notified":false},
{"name":"gatsby-plugin-module-local-ident-name","blacklist":false,"notified":false},
{"name":"gatsby-plugin-mui","blacklist":false,"notified":false},
{"name":"gatsby-plugin-netlify-lambda","blacklist":false,"notified":false},
{"name":"gatsby-plugin-ngrok-tunneling","blacklist":false,"notified":false},
{"name":"gatsby-plugin-polyfill-cdn","blacklist":false,"notified":false},
{"name":"gatsby-plugin-product-markdown-pages","blacklist":false,"notified":false},
{"name":"gatsby-plugin-production","blacklist":false,"notified":false},
{"name":"gatsby-plugin-protoculture","blacklist":false,"notified":false},
{"name":"gatsby-plugin-purify-css","blacklist":false,"notified":false},
{"name":"gatsby-plugin-react-webfont-loader","blacklist":false,"notified":false},
{"name":"gatsby-plugin-sass-bulk-import","blacklist":false,"notified":false},
{"name":"gatsby-plugin-size-analyzer","blacklist":false,"notified":false},
{"name":"gatsby-plugin-snowplow","blacklist":false,"notified":false},
{"name":"gatsby-plugin-source-john-deere","blacklist":false,"notified":false},
{"name":"gatsby-plugin-zygote","blacklist":false,"notified":false},
{"name":"gatsby-source-airtable-linked","blacklist":false,"notified":false},
{"name":"gatsby-source-anilist","blacklist":false,"notified":false},
{"name":"gatsby-source-gcloud-object","blacklist":false,"notified":false},
{"name":"gatsby-source-gdrive-tree","blacklist":false,"notified":false},
{"name":"gatsby-source-github-api","blacklist":false,"notified":false},
{"name":"gatsby-source-google-calendar","blacklist":false,"notified":false},
{"name":"gatsby-source-google-sheet","blacklist":false,"notified":false},
{"name":"gatsby-source-itchio","blacklist":false,"notified":false},
{"name":"gatsby-source-jira","blacklist":false,"notified":false},
{"name":"gatsby-source-jsonapi","blacklist":false,"notified":false},
{"name":"gatsby-source-medium-posts","blacklist":false,"notified":false},
{"name":"gatsby-source-mongo","blacklist":false,"notified":false},
{"name":"gatsby-source-nba","blacklist":false,"notified":false},
{"name":"gatsby-source-newsapi","blacklist":false,"notified":false},
{"name":"gatsby-source-product-markdown","blacklist":false,"notified":false},
{"name":"gatsby-source-published-google-sheets","blacklist":false,"notified":false},
{"name":"gatsby-source-sapcc","blacklist":false,"notified":false},
{"name":"gatsby-source-soundcloud","blacklist":false,"notified":false},
{"name":"gatsby-source-steam","blacklist":false,"notified":false},
{"name":"gatsby-source-twitch","blacklist":false,"notified":false},
{"name":"gatsby-source-twitter-users","blacklist":false,"notified":false},
{"name":"gatsby-source-utopian","blacklist":false,"notified":false},
{"name":"gatsby-source-wordpress-bcgdv","blacklist":false,"notified":false},
{"name":"gatsby-transformer-exif","blacklist":false,"notified":false},
{"name":"gatsby-transformer-geojson","blacklist":false,"notified":false},
{"name":"gatsby-transformer-ipynb","blacklist":false,"notified":false},
{"name":"gatsby-transformer-nimbl","blacklist":false,"notified":false},
{"name":"gatsby-transformer-whoa","blacklist":false,"notified":false}
]

0 comments on commit 003129a

Please sign in to comment.