From b812eec906ff00e3112009d74ebeb7295b306674 Mon Sep 17 00:00:00 2001 From: Jake Dawkins Date: Mon, 2 Jul 2018 14:40:12 -0400 Subject: [PATCH] added related guides (#1286) --- docs/_config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index ed446a9d..899aea7a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -35,6 +35,15 @@ sidebar_categories: - deployment/heroku - deployment/lambda - deployment/now + Related Guides: + - title: Monitoring + href: https://www.apollographql.com/docs/guides/monitoring.html + - title: Versioning + href: https://www.apollographql.com/docs/guides/versioning.html + - title: Access Control + href: https://www.apollographql.com/docs/guides/access-control.html + - title: Security + href: https://www.apollographql.com/docs/guides/security.html API Reference: - api/apollo-server - title: graphql-subscriptions