Skip to content

Commit

Permalink
Add Gatsby docs config (sidebar link, etc.) for full-query caching from
Browse files Browse the repository at this point in the history
#2437.

While #2437 did introduce the documentation and the appropriate
configuration for it, it did so while we were still utilizing Hexo for our
docs, and the configuration changes necessary for our docs' Gatsby-ification
didn't happen.

This puts the configuration in place for Gatsby and merges into the 2.5.0
release branch.

Ref: https://github.com/apollographql/apollo-server/pull/2437/files#diff-b09bbff3e688a10b35f7de810d65c28e
  • Loading branch information
abernix committed Apr 30, 2019
1 parent 6f2b693 commit e76bea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'essentials/data',
],
Features: [
'features/caching',
'features/mocking',
'features/errors',
'features/data-sources',
Expand Down

0 comments on commit e76bea2

Please sign in to comment.