@@ -188,79 +188,83 @@ const sidebar = {
188
188
] ,
189
189
} ,
190
190
{ text : 'Model-View-Action' , link : '/guide/model-view-action' } ,
191
- {
192
- text : 'Packages' ,
193
- collapsible : true ,
194
- collapsed : true ,
195
- items : [
196
- { text : 'Actions' , link : '/guide/packages/actions' } ,
197
- { text : 'AI' , link : '/guide/packages/ai' } ,
198
- { text : 'Alias' , link : '/guide/packages/alias' } ,
199
- { text : 'Analytics' , link : '/guide/packages/analytics' } ,
200
- { text : 'Arrays' , link : '/guide/packages/arrays' } ,
201
- { text : 'Auth' , link : '/guide/packages/auth' } ,
202
- { text : 'Buddy' , link : '/guide/packages/buddy' } ,
203
- { text : 'Build' , link : '/guide/packages/build' } ,
204
- { text : 'Cache' , link : '/guide/packages/cache' } ,
205
- { text : 'Chat' , link : '/guide/packages/chat' } ,
206
- { text : 'CLI' , link : '/guide/packages/cli' } ,
207
- { text : 'Cloud' , link : '/guide/packages/cloud' } ,
208
- { text : 'Collections' , link : '/guide/packages/collections' } ,
209
- { text : 'Config' , link : '/guide/packages/config' } ,
210
- { text : 'Database' , link : '/guide/packages/database' } ,
211
- { text : 'Datetime' , link : '/guide/packages/datetime' } ,
212
- { text : 'Desktop' , link : '/guide/packages/desktop' } ,
213
- { text : 'Development' , link : '/guide/packages/development' } ,
214
- { text : 'DNS' , link : '/guide/packages/dns' } ,
215
- { text : 'Docs' , link : '/guide/packages/docs' } ,
216
- { text : 'Email' , link : '/guide/packages/email' } ,
217
- { text : 'Env' , link : '/guide/packages/env' } ,
218
- { text : 'Error Handling' , link : '/guide/packages/error-handling' } ,
219
- { text : 'ESlint Config' , link : '/guide/packages/error-handling' } ,
220
- { text : 'Events' , link : '/guide/packages/events' } ,
221
- { text : 'Faker' , link : '/guide/packages/faker' } ,
222
- { text : 'Git' , link : '/guide/packages/git' } ,
223
- { text : 'Health' , link : '/guide/packages/health' } ,
224
- { text : 'Http' , link : '/guide/packages/http' } ,
225
- { text : 'Lint' , link : '/guide/packages/lint' } ,
226
- { text : 'Logging' , link : '/guide/packages/logging' } ,
227
- { text : 'Modules' , link : '/guide/packages/modules' } ,
228
- { text : 'Notifications' , link : '/guide/packages/notifications' } ,
229
- { text : 'Objects' , link : '/guide/packages/objects' } ,
230
- { text : 'ORM' , link : '/guide/packages/orm' } ,
231
- { text : 'Path' , link : '/guide/packages/path' } ,
232
- { text : 'Payments' , link : '/guide/packages/payments' } ,
233
- { text : 'Permissions' , link : '/guide/packages/permissions' } ,
234
- { text : 'Push' , link : '/guide/packages/push' } ,
235
- { text : 'Query Builder' , link : '/guide/packages/query-builder' } ,
236
- { text : 'Queue' , link : '/guide/packages/queue' } ,
237
- { text : 'Realtime' , link : '/guide/packages/realtime' } ,
238
- { text : 'REPL' , link : '/guide/packages/repl' } ,
239
- { text : 'Router' , link : '/guide/packages/router' } ,
240
- { text : 'Scheduler' , link : '/guide/packages/scheduler' } ,
241
- { text : 'Search Engine' , link : '/guide/packages/search-engine' } ,
242
- { text : 'Security' , link : '/guide/packages/security' } ,
243
- { text : 'Server' , link : '/guide/packages/server' } ,
244
- { text : 'Signals' , link : '/guide/packages/signals' } ,
245
- { text : 'Slug' , link : '/guide/packages/slug' } ,
246
- { text : 'SMS' , link : '/guide/packages/sms' } ,
247
- { text : 'Storage' , link : '/guide/packages/storage' } ,
248
- { text : 'Strings' , link : '/guide/packages/strings' } ,
249
- { text : 'Testing' , link : '/guide/packages/testing' } ,
250
- { text : 'Tinker' , link : '/guide/packages/tinker' } ,
251
- { text : 'Tunnel' , link : '/guide/packages/tunnel' } ,
252
- { text : 'Types' , link : '/guide/packages/types' } ,
253
- { text : 'UI' , link : '/guide/packages/ui' } ,
254
- { text : 'Utils' , link : '/guide/packages/utils' } ,
255
- { text : 'Validation' , link : '/guide/packages/validation' } ,
256
- { text : 'Vite' , link : '/guide/packages/vite' } ,
257
- ] ,
258
- } ,
259
191
{ text : 'Plugins' , link : '/guide/plugins' } ,
260
192
{ text : 'Testing' , link : '/guide/testing' } ,
261
193
] ,
262
194
} ,
263
195
196
+ {
197
+ text : 'Features' ,
198
+ collapsible : true ,
199
+ collapsed : true ,
200
+ items : [
201
+ { text : '$ Shell' , link : '/features/$-shell' } ,
202
+ { text : 'Actions' , link : '/features/actions' } ,
203
+ { text : 'AI' , link : '/features/ai' } ,
204
+ { text : 'Alias' , link : '/features/alias' } ,
205
+ { text : 'Analytics' , link : '/features/analytics' } ,
206
+ { text : 'Arrays' , link : '/features/arrays' } ,
207
+ { text : 'Auth' , link : '/features/auth' } ,
208
+ { text : 'Buddy' , link : '/features/buddy' } ,
209
+ { text : 'Build' , link : '/features/build' } ,
210
+ { text : 'Cache' , link : '/features/cache' } ,
211
+ { text : 'Chat' , link : '/features/chat' } ,
212
+ { text : 'CLI' , link : '/features/cli' } ,
213
+ { text : 'Cloud' , link : '/features/cloud' } ,
214
+ { text : 'Collections' , link : '/features/collections' } ,
215
+ { text : 'Config' , link : '/features/config' } ,
216
+ { text : 'Database' , link : '/features/database' } ,
217
+ { text : 'Datetime' , link : '/features/datetime' } ,
218
+ { text : 'Desktop' , link : '/features/desktop' } ,
219
+ { text : 'Development' , link : '/features/development' } ,
220
+ { text : 'DNS' , link : '/features/dns' } ,
221
+ { text : 'Docs' , link : '/features/docs' } ,
222
+ { text : 'Email' , link : '/features/email' } ,
223
+ { text : 'Env' , link : '/features/env' } ,
224
+ { text : 'Error Handling' , link : '/features/error-handling' } ,
225
+ { text : 'ESlint Config' , link : '/features/error-handling' } ,
226
+ { text : 'Events' , link : '/features/events' } ,
227
+ { text : 'Faker' , link : '/features/faker' } ,
228
+ { text : 'Git' , link : '/features/git' } ,
229
+ { text : 'Glob' , link : '/features/glob' } ,
230
+ { text : 'Health' , link : '/features/health' } ,
231
+ { text : 'Http' , link : '/features/http' } ,
232
+ { text : 'Lint' , link : '/features/lint' } ,
233
+ { text : 'Logging' , link : '/features/logging' } ,
234
+ { text : 'Modules' , link : '/features/modules' } ,
235
+ { text : 'Notifications' , link : '/features/notifications' } ,
236
+ { text : 'Objects' , link : '/features/objects' } ,
237
+ { text : 'ORM' , link : '/features/orm' } ,
238
+ { text : 'Path' , link : '/features/path' } ,
239
+ { text : 'Payments' , link : '/features/payments' } ,
240
+ { text : 'Permissions' , link : '/features/permissions' } ,
241
+ { text : 'Push' , link : '/features/push' } ,
242
+ { text : 'Query Builder' , link : '/features/query-builder' } ,
243
+ { text : 'Queue' , link : '/features/queue' } ,
244
+ { text : 'Realtime' , link : '/features/realtime' } ,
245
+ { text : 'REPL' , link : '/features/repl' } ,
246
+ { text : 'Router' , link : '/features/router' } ,
247
+ { text : 'Scheduler' , link : '/features/scheduler' } ,
248
+ { text : 'Search Engine' , link : '/features/search-engine' } ,
249
+ { text : 'Security' , link : '/features/security' } ,
250
+ { text : 'Semver' , link : '/features/semver' } ,
251
+ { text : 'Server' , link : '/features/server' } ,
252
+ { text : 'Signals' , link : '/features/signals' } ,
253
+ { text : 'Slug' , link : '/features/slug' } ,
254
+ { text : 'SMS' , link : '/features/sms' } ,
255
+ { text : 'Storage' , link : '/features/storage' } ,
256
+ { text : 'Strings' , link : '/features/strings' } ,
257
+ { text : 'Testing' , link : '/features/testing' } ,
258
+ { text : 'Tinker' , link : '/features/tinker' } ,
259
+ { text : 'Tunnel' , link : '/features/tunnel' } ,
260
+ { text : 'Types' , link : '/features/types' } ,
261
+ { text : 'UI' , link : '/features/ui' } ,
262
+ { text : 'Utils' , link : '/features/utils' } ,
263
+ { text : 'Validation' , link : '/features/validation' } ,
264
+ { text : 'Vite' , link : '/features/vite' } ,
265
+ ] ,
266
+ } ,
267
+
264
268
{
265
269
text : 'Terminology' ,
266
270
link : '/terminology' ,
0 commit comments