Skip to content

Commit b762b0b

Browse files
committed
chore: wip
1 parent 9b2e4a6 commit b762b0b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

config/docs.ts

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ const sidebar = {
246246
{ text: 'Buddy', link: '/packages/buddy' },
247247
{ text: 'Build', link: '/packages/build' },
248248
{ text: 'Cache', link: '/packages/cache' },
249-
{ text: 'Chat', link: '/packages/chat' },
250249
{ text: 'CLI', link: '/packages/cli' },
251250
{ text: 'Cloud', link: '/packages/cloud' },
252251
{ text: 'Collections', link: '/packages/collections' },
@@ -257,7 +256,6 @@ const sidebar = {
257256
{ text: 'Development', link: '/packages/development' },
258257
{ text: 'DNS', link: '/packages/dns' },
259258
{ text: 'Docs', link: '/packages/docs' },
260-
{ text: 'Email', link: '/packages/email' },
261259
{ text: 'Env', link: '/packages/env' },
262260
{ text: 'Error Handling', link: '/packages/error-handling' },
263261
{ text: 'ESlint Config', link: '/packages/error-handling' },
@@ -270,13 +268,23 @@ const sidebar = {
270268
{ text: 'Lint', link: '/packages/lint' },
271269
{ text: 'Logging', link: '/packages/logging' },
272270
{ 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+
},
274283
{ text: 'Objects', link: '/packages/objects' },
275284
{ text: 'ORM', link: '/packages/orm' },
276285
{ text: 'Path', link: '/packages/path' },
277286
{ text: 'Payments', link: '/packages/payments' },
278287
{ text: 'Permissions', link: '/packages/permissions' },
279-
{ text: 'Push', link: '/packages/push' },
280288
{ text: 'Query Builder', link: '/packages/query-builder' },
281289
{ text: 'Queue', link: '/packages/queue' },
282290
{ text: 'Realtime', link: '/packages/realtime' },
@@ -289,7 +297,6 @@ const sidebar = {
289297
{ text: 'Server', link: '/packages/server' },
290298
{ text: 'Signals', link: '/packages/signals' },
291299
{ text: 'Slug', link: '/packages/slug' },
292-
{ text: 'SMS', link: '/packages/sms' },
293300
{ text: 'Storage', link: '/packages/storage' },
294301
{ text: 'Strings', link: '/packages/strings' },
295302
{ text: 'Testing', link: '/packages/testing' },

0 commit comments

Comments
 (0)