forked from apollographql/apollo-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (63 loc) · 2.08 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
github_repo: apollographql/apollo-client
title: Apollo Client
propertytitle: Using GraphQL with Apollo Client
subtitle: React Guide
description: A guide to using the Apollo GraphQL Client with React.
versions:
- '1'
content_root: docs/source
public_dir: public/docs/react
url: https://www.apollographql.com/docs/react/
root: /docs/react/
typescript_api_box:
data_file: docs.json
filepath_prefix: packages/apollo-client/src/
# This setting also defines the page order used to generate the
# Previous/Next links at the bottom of each page
sidebar_categories:
# Basics
null:
- index
- why-apollo
- integrations
- react-apollo-migration
Essentials:
- essentials/get-started
- essentials/queries
- essentials/mutations
- essentials/local-state
Features:
- features/error-handling
- features/pagination
- features/optimistic-ui
- features/server-side-rendering
- features/developer-tooling
- features/defer-support
Advanced:
- advanced/boost-migration
- advanced/subscriptions
- advanced/network-layer
- advanced/caching
- advanced/fragments
Recipes:
- recipes/authentication
- recipes/testing
- recipes/static-typing
- recipes/performance
- recipes/react-native
- recipes/babel
- recipes/webpack
- recipes/meteor
- recipes/recompose
- recipes/2.0-migration
API:
- api/apollo-client
- api/react-apollo
redirects:
/docs/react/essentials/get-started.html#api: docs/react/api/react-apollo.html
/docs/react/essentials/queries.html#api: docs/react/api/react-apollo.html#graphql-query-options
/docs/react/basics/mutations.html#api: docs/react/api/react-apollo.html#graphql-mutation-options
/docs/react/recipes/simple-example.html: docs/react/essentials/get-started.html
/docs/react/api/apollo-client.html#FetchPolicy: docs/react/api/react-apollo.html#graphql-config-options-fetchPolicy
/docs/react/api/apollo-client.html#ErrorPolicy: docs/react/api/react-apollo.html#graphql-config-options-errorPolicy
/docs/react/features/performance.html: /docs/react/recipes/performance.html