diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index c3e79b0d106..f7509030d02 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -26,7 +26,12 @@ module.exports = { ], }, sidebarCategories: { - null: ['index', 'why-apollo', 'get-started'], + null: [ + 'index', + 'why-apollo', + 'get-started', + '[Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md)', + ], 'Fetching': [ 'data/queries', 'data/mutations',