From a436f996abe379155128d2d2a9deb0160f3b1dac Mon Sep 17 00:00:00 2001 From: Stephen Barlow Date: Thu, 30 Jul 2020 16:09:38 -0700 Subject: [PATCH] Add changelog link to left nav --- docs/gatsby-config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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',