We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bc285 commit a242057Copy full SHA for a242057
docs/sidebars.js
@@ -47,16 +47,22 @@ const sidebars = {
47
},
48
{
49
type: "category",
50
- label: "Middleware & Adaptors",
+ label: "Middleware & Context",
51
items: [
52
"concepts/global-middleware",
53
"concepts/listener-middleware",
54
- 'concepts/lazy-listeners',
55
'concepts/context',
56
- 'concepts/adapters',
57
- 'concepts/custom-adapters',
58
],
59
+ 'concepts/lazy-listeners',
+ {
+ type: "category",
60
+ label: "Adaptors",
61
+ items: [
62
+ 'concepts/adapters',
63
+ 'concepts/custom-adapters',
64
+ ],
65
+ },
66
67
68
label: "Authorization & Security",
0 commit comments