Upgrade theme for fixed external sidebar links

This commit is contained in:
Trevor Blades
2019-05-06 15:19:13 -07:00
parent f625c7f31d
commit b0fa2dccc9
3 changed files with 5 additions and 8 deletions

View File

@@ -34,10 +34,7 @@ module.exports = {
'platform/integrations'
],
Resources: [
// {
// title: 'Principled GraphQL',
// href: 'https://www.principledgraphql.com'
// },
'[Principled GraphQL](https://principledgraphql.com)',
'resources/graphql-glossary',
'resources/faq'
],

View File

@@ -7375,9 +7375,9 @@
}
},
"gatsby-theme-apollo-docs": {
"version": "1.0.0-alpha.28",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.0.0-alpha.28.tgz",
"integrity": "sha512-uLzazvdY8MdF2mrs366jEDq5kJeKUF75J5V9d+SYIcATMiHC3yMLiSYT4ym3Wi6XEksjL4ifNoYrfmYYSewPUw==",
"version": "1.0.0-alpha.30",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.0.0-alpha.30.tgz",
"integrity": "sha512-EmMwp4P+uitfWxLy93nMOiI/bbY/4MYWG6HN/EpNZ/KoIkyimudh3T8bWk6jTvMNp1sjqXAFEdemX2ON5LoLcQ==",
"requires": {
"@mdx-js/mdx": "^1.0.0-rc.4",
"@mdx-js/react": "^1.0.0-rc.5",

View File

@@ -4,6 +4,6 @@
},
"dependencies": {
"gatsby": "2.3.25",
"gatsby-theme-apollo-docs": "^1.0.0-alpha.28"
"gatsby-theme-apollo-docs": "^1.0.0-alpha.30"
}
}