From ea25f789a9ba1c7f6dbffe6e6382d96cd49aa168 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 2 Jul 2018 13:05:00 -0400 Subject: [PATCH] added related guides to docs --- docs/_config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index aeaf8d56559..9868e0489e4 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -52,6 +52,13 @@ sidebar_categories: - recipes/webpack - recipes/meteor - recipes/recompose + Related Guides: + - title: State Management + href: https://www.apollographql.com/docs/guides/state-mgmt.html + - title: Testing React Components + href: https://www.apollographql.com/docs/guides/testing-react-components.html + - title: Schema Design + href: https://www.apollographql.com/docs/guides/schema-design.html API: - api/apollo-client - api/react-apollo