Skip to content

Commit 554c017

Browse files
committedAug 27, 2019
Update theme to v2
1 parent fe6865e commit 554c017

File tree

3 files changed

+29
-49
lines changed

3 files changed

+29
-49
lines changed
 

‎docs/gatsby-config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
const themeOptions = require('gatsby-theme-apollo-docs/theme-options');
2+
13
module.exports = {
24
pathPrefix: '/docs/apollo-server',
3-
__experimentalThemes: [
5+
plugins: [
46
{
57
resolve: 'gatsby-theme-apollo-docs',
68
options: {
9+
...themeOptions,
710
root: __dirname,
811
subtitle: 'Apollo Server',
912
description: 'A guide to using Apollo Server',

‎docs/package-lock.json

+22-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
},
77
"dependencies": {
88
"gatsby": "2.13.83",
9-
"gatsby-theme-apollo-docs": "1.4.1"
9+
"gatsby-theme-apollo-docs": "^2.0.0",
10+
"react": "^16.9.0",
11+
"react-dom": "^16.9.0"
1012
}
1113
}

0 commit comments

Comments
 (0)
Please sign in to comment.