Skip to content

Commit

Permalink
Added StaticQuery Explanation in Tutorial-part-4 (#6915)
Browse files Browse the repository at this point in the history
* Added StaticQuery explanation in tutorial part 4

* Added StaticQuery explanation in tutorial part 4

* Added StaticQuery explanation in tutorial part 4

* Add link to StaticQuery docs
  • Loading branch information
Chuloo authored and m-allanson committed Aug 7, 2018
1 parent edb13e2 commit c0e503d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ community plugins and their documentation, visit the [Plugin Library](/plugins/)

For documentation on the different types of plugins and the functionality provided by each, see the [Plugin Authoring page](/docs/plugin-authoring/).

For a walkthrough of how to build and publish your own plugin, see the [Source Plugin Tutorial](/docs/source-plugin-tutorial/)
For a walkthrough of how to build and publish your own plugin, see the [Source Plugin Tutorial](/docs/source-plugin-tutorial/).

## How to use Gatsby plugins?

Expand Down
2 changes: 2 additions & 0 deletions docs/tutorial/part-four/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ export default ({ children }) => (
It worked!! 🎉
> 💡 `<StaticQuery/>` can be used to query data from a component instead of a page. A future version of the tutorial will cover this in more detail. For now you can check out [the StaticQuery documentation for more info](/docs/static-query/).
![fake-title-graphql](fake-title-graphql.png)
But let's restore the real title.
Expand Down

0 comments on commit c0e503d

Please sign in to comment.