From 1aab82406a5f003ed45ef68405875380dd094d50 Mon Sep 17 00:00:00 2001 From: Sam Bhagwat Date: Wed, 9 Jan 2019 12:05:16 -0800 Subject: [PATCH] chore(docs): update using-gatsby-without-graphql.md (#10952) ## Description ## Related Issues --- docs/docs/using-gatsby-without-graphql.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/using-gatsby-without-graphql.md b/docs/docs/using-gatsby-without-graphql.md index 917812d749b67..dd08969efae8d 100644 --- a/docs/docs/using-gatsby-without-graphql.md +++ b/docs/docs/using-gatsby-without-graphql.md @@ -101,3 +101,7 @@ If you're building a small site, one efficient way to build it is to pull in uns 1. Check out the [Plugin Library](/packages/) to see if the source plugins and/or transformer plugins you'd like to use already exist 2. If they don't exist, read the [Plugin Authoring](/docs/plugin-authoring/) guide and consider building your own! + +## Further reading + +Amberley Romo's guide to [using Gatsby without GraphQL](/blog/2018-10-25-using-gatsby-without-graphql/)