Skip to content

Commit 1a5e972

Browse files
fix: added migration guide v7 to website sidebar (#464)
1 parent 60ce5f0 commit 1a5e972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
docs: {
33
Introduction: ['getting-started'],
44
'API Reference': ['api', 'api-queries'],
5-
Guides: ['migration-v2'],
5+
Guides: ['migration-v7', 'migration-v2'],
66
Examples: ['react-navigation', 'redux-integration'],
77
},
88
};

0 commit comments

Comments
 (0)