Skip to content

Commit 9032db1

Browse files
authored
Fix navigation (#4444)
1 parent ba4b411 commit 9032db1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/pages/docs/_meta.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ const meta = {
3636
'resolver-anatomy': '',
3737
'graphql-errors': '',
3838
'using-directives': '',
39-
'-- 3': {
39+
'authorization-strategies': '',
40+
'-- 4': {
4041
type: 'separator',
4142
title: 'Testing',
4243
},
@@ -45,8 +46,7 @@ const meta = {
4546
'testing-operations': '',
4647
'testing-resolvers': '',
4748
'testing-best-practices': '',
48-
'authorization-strategies': '',
49-
'-- 4': {
49+
'-- 5': {
5050
type: 'separator',
5151
title: 'Production & Scaling',
5252
},

0 commit comments

Comments
 (0)