From 5c6dc4f93f43f257da7080d986f30fc89dc39db0 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 2 May 2018 17:12:55 -0700 Subject: [PATCH] hide sidebar links, for now --- docs/_config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 05057008..731c2071 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,15 +22,15 @@ sidebar_categories: - features/unions-interfaces - features/directives - features/creating-directives - Schema stitching: - - features/schema-stitching - - features/remote-schemas - - features/schema-delegation - - features/schema-transforms + # Schema stitching: + # - features/schema-stitching + # - features/remote-schemas + # - features/schema-delegation + # - features/schema-transforms Deployment: - - deployment/index + # - deployment/index - deployment/heroku - - deployment/lambda + # - deployment/lambda API Reference: - api/apollo-server - api/graphql-subscriptions