Skip to content

Commit

Permalink
chore(deps): update dependency gatsby-theme-apollo-docs to v1.4.1 (ap…
Browse files Browse the repository at this point in the history
…ollographql#5234)

* chore(deps): update dependency gatsby-theme-apollo-docs to v1.4.1

* Upgrade theme and fix a link

* Prettier change

* Upgrade theme to v2

* Install react/react-dom

* Upgrade theme
  • Loading branch information
renovate[bot] authored and trevorblades committed Aug 27, 2019
1 parent 5c95093 commit cca187b
Show file tree
Hide file tree
Showing 4 changed files with 493 additions and 577 deletions.
10 changes: 5 additions & 5 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
const themeOptions = require('gatsby-theme-apollo-docs/theme-options');

module.exports = {
pathPrefix: '/docs/react',
__experimentalThemes: [
plugins: [
{
resolve: 'gatsby-theme-apollo-docs',
options: {
...themeOptions,
root: __dirname,
subtitle: 'Apollo Client',
description: 'A guide to using the Apollo GraphQL Client with React',
Expand All @@ -14,10 +17,7 @@ module.exports = {
2.4: 'version-2.4',
},
checkLinksOptions: {
exceptions: [
'/api/apollo-client/',
'/v2.4/api/apollo-client/',
]
exceptions: ['/api/apollo-client/', '/v2.4/api/apollo-client/'],
},
typescriptApiBox: {
data: require('./docs.json'),
Expand Down
Loading

0 comments on commit cca187b

Please sign in to comment.