Skip to content

Commit

Permalink
Merge pull request #6749 from apollographql/sb/add-changelog
Browse files Browse the repository at this point in the history
Add changelog link to left nav
  • Loading branch information
Stephen Barlow authored Jul 30, 2020
2 parents 54223a0 + a436f99 commit d46ca5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d46ca5e

Please sign in to comment.