mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 22:45:53 +08:00
Upgrade theme for fixed external sidebar links
This commit is contained in:
@@ -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'
|
||||
],
|
||||
|
||||
6
docs/package-lock.json
generated
6
docs/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user