Skip to content

Commit 372f204

Browse files
markshustclaude
andcommitted
docs: add 5 new guides and 2 new tutorials
Guides: real-time events (SSE + PubSub), file storage, scheduling, notifications, and logging. Tutorials: build a real-time chat, build an admin panel. All code examples verified against actual package source code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f9e6939 commit 372f204

8 files changed

Lines changed: 2640 additions & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ export default defineConfig({
8181
{ label: 'Caching', slug: 'guides/caching' },
8282
{ label: 'Mail', slug: 'guides/mail' },
8383
{ label: 'Queues', slug: 'guides/queues' },
84+
{ label: 'Real-time Events', slug: 'guides/real-time' },
85+
{ label: 'File Storage', slug: 'guides/file-storage' },
86+
{ label: 'Notifications', slug: 'guides/notifications' },
87+
{ label: 'Scheduling', slug: 'guides/scheduling' },
88+
{ label: 'Logging', slug: 'guides/logging' },
8489
{ label: 'Validation', slug: 'guides/validation' },
8590
{ label: 'Error Handling', slug: 'guides/error-handling' },
8691
{ label: 'Testing', slug: 'guides/testing' },
@@ -91,6 +96,8 @@ export default defineConfig({
9196
items: [
9297
{ label: 'Build a Blog', slug: 'tutorials/build-a-blog' },
9398
{ label: 'Build a REST API', slug: 'tutorials/build-a-rest-api' },
99+
{ label: 'Build a Real-time Chat', slug: 'tutorials/build-a-chat' },
100+
{ label: 'Build an Admin Panel', slug: 'tutorials/build-an-admin-panel' },
94101
{ label: 'Create a Custom Module', slug: 'tutorials/custom-module' },
95102
],
96103
},

0 commit comments

Comments
 (0)