Skip to content

Commit dbab369

Browse files
committed
📘 doc: elysia 0.6
1 parent 37116a2 commit dbab369

File tree

13 files changed

+565
-11
lines changed

13 files changed

+565
-11
lines changed

docs/.vitepress/config.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ export default defineConfig({
130130
link: '/concept/group'
131131
},
132132
{
133-
text: 'Middleware',
134-
link: '/concept/middleware'
133+
text: 'Lifecycle',
134+
link: '/concept/life-cycle'
135135
},
136136
{
137137
text: 'Schema',
@@ -203,10 +203,14 @@ export default defineConfig({
203203
text: 'Body Parser',
204204
link: '/patterns/body-parser'
205205
},
206+
{
207+
text: 'Mount',
208+
link: '/patterns/mount'
209+
},
206210
{
207211
text: 'End-to-End Type Safety',
208212
link: '/patterns/end-to-end-type-safety'
209-
}
213+
},
210214
]
211215
},
212216
{

docs/blog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ head:
2323

2424
<Blogs
2525
:blogs="[
26+
{
27+
title: 'Introducing Elysia 0.6 - This Game',
28+
href: '/blog/elysia-06',
29+
detail: 'Introducing re-imagined plugin model, dynamic mode, better developer experience with declarative custom error, customizable loose and strict path mapping, TypeBox 0.30 and WinterCG framework interlop. Pushing the boundary of what is possible once again'
30+
},
2631
{
2732
title: 'Accelerate your next Prisma server with Elysia',
2833
href: '/blog/with-prisma',

0 commit comments

Comments
 (0)