From 60c2e7db90a74a458050f4001a160fa8d192790d Mon Sep 17 00:00:00 2001 From: wawhal Date: Mon, 22 Oct 2018 14:48:37 +0530 Subject: [PATCH] move apollo to setup --- .gitbook.yaml | 2 +- react-apollo/tutorial/SUMMARY.md | 2 +- react-apollo/tutorial/setup/SetupApollo.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 react-apollo/tutorial/setup/SetupApollo.md diff --git a/.gitbook.yaml b/.gitbook.yaml index 171acc6..805b21b 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -1 +1 @@ -root: ./react-apollo-todo/ \ No newline at end of file +root: ./react-apollo/tutorial diff --git a/react-apollo/tutorial/SUMMARY.md b/react-apollo/tutorial/SUMMARY.md index 8fb60fa..9a470f4 100644 --- a/react-apollo/tutorial/SUMMARY.md +++ b/react-apollo/tutorial/SUMMARY.md @@ -8,11 +8,11 @@ - [Subscriptions](introduction/Subscriptions.md) - [Setup](setup/Index.md) - [React](setup/React.md) + - [Setup apollo](setup/SetupApollo.md) - [Add Auth0](setup/Auth0.md) - [Basic Todo App](app/basic/Index.md) - [React component with styling](app/basic/ReactComponent.md) - [Fetch todos: query](app/basic/fetch-private/Index.md) - - [Setup apollo](app/basic/fetch-private/SetupApollo.md) - [How apollo HOC works](app/basic/fetch-private/HowApolloWorks.md) - [Create query and render results](app/basic/fetch-private/CreateQuery.md) - [Handle loading/error](app/basic/fetch-private/HandleErrors.md) diff --git a/react-apollo/tutorial/setup/SetupApollo.md b/react-apollo/tutorial/setup/SetupApollo.md new file mode 100644 index 0000000..e69de29