Skip to content

Commit e591e63

Browse files
authored
Merge pull request #2677 from hey-api/docs/plugin-elysia
docs: add Elysia plugin page
2 parents efd4e88 + eecc091 commit e591e63

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

docs/.vitepress/config/en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ export default defineConfig({
227227
link: '/openapi-ts/plugins/adonis',
228228
text: 'Adonis <span data-soon>soon</span>',
229229
},
230+
{
231+
link: '/openapi-ts/plugins/elysia',
232+
text: 'Elysia <span data-soon>soon</span>',
233+
},
230234
{
231235
link: '/openapi-ts/plugins/express',
232236
text: 'Express <span data-soon>soon</span>',

docs/openapi-ts/plugins/elysia.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Elysia
3+
description: Elysia plugin for Hey API. Compatible with all our features.
4+
---
5+
6+
<script setup lang="ts">
7+
import FeatureStatus from '@components/FeatureStatus.vue';
8+
</script>
9+
10+
# Elysia <span data-soon>soon</span>
11+
12+
<FeatureStatus issueNumber=2676 name="Elysia" />
13+
14+
### About
15+
16+
[Elysia](https://elysiajs.com/) is an ergonomic framework for humans. TypeScript with end-to-end type safety, type integrity, and exceptional developer experience. Supercharged by Bun.
17+
18+
<!--@include: ../../partials/sponsors.md-->

docs/openapi-ts/web-frameworks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Hey API natively supports the following frameworks.
1414
- [Angular](/openapi-ts/plugins/angular)
1515
- [Fastify](/openapi-ts/plugins/fastify)
1616
- [Adonis](/openapi-ts/plugins/adonis) <span data-soon>Soon</span>
17+
- [Elysia](/openapi-ts/plugins/elysia) <span data-soon>Soon</span>
1718
- [Express](/openapi-ts/plugins/express) <span data-soon>Soon</span>
1819
- [Hono](/openapi-ts/plugins/hono) <span data-soon>Soon</span>
1920
- [Koa](/openapi-ts/plugins/koa) <span data-soon>Soon</span>

packages/openapi-ts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ The following plugins are planned but not in development yet. You can help us pr
322322
- [Ajv](https://heyapi.dev/openapi-ts/plugins/ajv)
323323
- [Arktype](https://heyapi.dev/openapi-ts/plugins/arktype)
324324
- [Chance](https://heyapi.dev/openapi-ts/plugins/chance)
325+
- [Elysia](https://heyapi.dev/openapi-ts/plugins/elysia)
325326
- [Express](https://heyapi.dev/openapi-ts/plugins/express)
326327
- [Faker](https://heyapi.dev/openapi-ts/plugins/faker)
327328
- [Falso](https://heyapi.dev/openapi-ts/plugins/falso)

0 commit comments

Comments
 (0)