From fe1f906eed3d514a9744ee7704cbc50b5b04466e Mon Sep 17 00:00:00 2001 From: Simona Cotin Date: Mon, 10 Jun 2019 15:21:29 +0100 Subject: [PATCH] fix missing images --- docs/source/deployment/netlify.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/source/deployment/netlify.md b/docs/source/deployment/netlify.md index 824243080b8..2c781613199 100644 --- a/docs/source/deployment/netlify.md +++ b/docs/source/deployment/netlify.md @@ -90,10 +90,7 @@ exports.handler = server.createHandler(); Now, make sure you've run `npm run start:lambda`, and navigate to `localhost:9000/graphql` in your browser. You should see GraphQL Playground, where you can run queries against your API! -
![Local GraphQL Server](../images/graphql.png) -

-
If you can see GraphQL Playground and run a simple query, you've done everything properly. Now, let's add Apollo Client to the frontend. @@ -135,17 +132,11 @@ Check the repository to make sure the code showed up. [Sign up for a Netlify account](https://app.netlify.com/) if you don’t have one yet. Then, make a new site, and select the right repository: -
![Select Repo on Netlify](../images/selectrep.png) -

-
The starter kit came with a `netlify.toml` configuration file, so we don’t have to change any settings in the UI. Just continue to the deploy step right away. -
![Site deploy in progress](../images/sitedeployinprogress.png) -

-
Wait for it to deploy, and in the meanwhile you can set a custom name for your app. Once it’s done, you’re live!