Skip to content

Commit a242057

Browse files
docs- tweak sidebar
1 parent f6bc285 commit a242057

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/sidebars.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,22 @@ const sidebars = {
4747
},
4848
{
4949
type: "category",
50-
label: "Middleware & Adaptors",
50+
label: "Middleware & Context",
5151
items: [
5252
"concepts/global-middleware",
5353
"concepts/listener-middleware",
54-
'concepts/lazy-listeners',
5554
'concepts/context',
56-
'concepts/adapters',
57-
'concepts/custom-adapters',
5855
],
5956
},
57+
'concepts/lazy-listeners',
58+
{
59+
type: "category",
60+
label: "Adaptors",
61+
items: [
62+
'concepts/adapters',
63+
'concepts/custom-adapters',
64+
],
65+
},
6066
{
6167
type: "category",
6268
label: "Authorization & Security",

0 commit comments

Comments
 (0)