From 476433418c6c2820b9bc3c7c83f20dbc0039959d Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Fri, 20 Apr 2018 20:03:50 +0300 Subject: [PATCH] Change subtitles. --- docs/source/deployment/heroku.md | 5 +++-- docs/source/deployment/index.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/deployment/heroku.md b/docs/source/deployment/heroku.md index ad2c2894..97a39123 100644 --- a/docs/source/deployment/heroku.md +++ b/docs/source/deployment/heroku.md @@ -1,6 +1,7 @@ --- -title: Apollo Server on Heroku -description: How to configure and deploy your GraphQL server +title: Deploying with Heroku +sidebar_title: Heroku +description: Deploying your GraphQL server to Heroku --- Heroku is a common Platform as a Service that allows you to deploy your Apollo Server and have a functional GraphQL endpoint. diff --git a/docs/source/deployment/index.md b/docs/source/deployment/index.md index 6193d33f..95154abb 100644 --- a/docs/source/deployment/index.md +++ b/docs/source/deployment/index.md @@ -1,5 +1,6 @@ --- title: Deployment Basics +sidebar_title: Basics description: Deploying your new Apollo Server to the world ---