From c0e503d0df7cefb3b072e85155e2ce853e48fb53 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 7 Aug 2018 12:46:25 +0100 Subject: [PATCH] Added StaticQuery Explanation in Tutorial-part-4 (#6915) * 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 --- docs/docs/plugins.md | 2 +- docs/tutorial/part-four/index.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/plugins.md b/docs/docs/plugins.md index 422d1d8621186..67bf727ef26a3 100644 --- a/docs/docs/plugins.md +++ b/docs/docs/plugins.md @@ -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? diff --git a/docs/tutorial/part-four/index.md b/docs/tutorial/part-four/index.md index 811043bf0d1b3..26dec5dfa39b3 100644 --- a/docs/tutorial/part-four/index.md +++ b/docs/tutorial/part-four/index.md @@ -331,6 +331,8 @@ export default ({ children }) => ( It worked!! 🎉 +> 💡 `` 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.