@@ -246,7 +246,6 @@ const sidebar = {
246
246
{ text : 'Buddy' , link : '/packages/buddy' } ,
247
247
{ text : 'Build' , link : '/packages/build' } ,
248
248
{ text : 'Cache' , link : '/packages/cache' } ,
249
- { text : 'Chat' , link : '/packages/chat' } ,
250
249
{ text : 'CLI' , link : '/packages/cli' } ,
251
250
{ text : 'Cloud' , link : '/packages/cloud' } ,
252
251
{ text : 'Collections' , link : '/packages/collections' } ,
@@ -257,7 +256,6 @@ const sidebar = {
257
256
{ text : 'Development' , link : '/packages/development' } ,
258
257
{ text : 'DNS' , link : '/packages/dns' } ,
259
258
{ text : 'Docs' , link : '/packages/docs' } ,
260
- { text : 'Email' , link : '/packages/email' } ,
261
259
{ text : 'Env' , link : '/packages/env' } ,
262
260
{ text : 'Error Handling' , link : '/packages/error-handling' } ,
263
261
{ text : 'ESlint Config' , link : '/packages/error-handling' } ,
@@ -270,13 +268,23 @@ const sidebar = {
270
268
{ text : 'Lint' , link : '/packages/lint' } ,
271
269
{ text : 'Logging' , link : '/packages/logging' } ,
272
270
{ text : 'Modules' , link : '/packages/modules' } ,
273
- { text : 'Notifications' , link : '/packages/notifications' } ,
271
+ {
272
+ text : 'Notifications' ,
273
+ link : '/packages/notifications' ,
274
+ collapsible : true ,
275
+ collapsed : true ,
276
+ items : [
277
+ { text : 'Chat' , link : '/packages/chat' } ,
278
+ { text : 'Email' , link : '/packages/email' } ,
279
+ { text : 'SMS' , link : '/packages/sms' } ,
280
+ { text : 'Push' , link : '/packages/push' } ,
281
+ ] ,
282
+ } ,
274
283
{ text : 'Objects' , link : '/packages/objects' } ,
275
284
{ text : 'ORM' , link : '/packages/orm' } ,
276
285
{ text : 'Path' , link : '/packages/path' } ,
277
286
{ text : 'Payments' , link : '/packages/payments' } ,
278
287
{ text : 'Permissions' , link : '/packages/permissions' } ,
279
- { text : 'Push' , link : '/packages/push' } ,
280
288
{ text : 'Query Builder' , link : '/packages/query-builder' } ,
281
289
{ text : 'Queue' , link : '/packages/queue' } ,
282
290
{ text : 'Realtime' , link : '/packages/realtime' } ,
@@ -289,7 +297,6 @@ const sidebar = {
289
297
{ text : 'Server' , link : '/packages/server' } ,
290
298
{ text : 'Signals' , link : '/packages/signals' } ,
291
299
{ text : 'Slug' , link : '/packages/slug' } ,
292
- { text : 'SMS' , link : '/packages/sms' } ,
293
300
{ text : 'Storage' , link : '/packages/storage' } ,
294
301
{ text : 'Strings' , link : '/packages/strings' } ,
295
302
{ text : 'Testing' , link : '/packages/testing' } ,
0 commit comments