fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2677 from hey-api/docs/plugin-elysia

docs: add Elysia plugin page

authored by

Lubos and committed by
GitHub
e591e636 efd4e88f

+24
+4
docs/.vitepress/config/en.ts
··· 228 228 text: 'Adonis <span data-soon>soon</span>', 229 229 }, 230 230 { 231 + link: '/openapi-ts/plugins/elysia', 232 + text: 'Elysia <span data-soon>soon</span>', 233 + }, 234 + { 231 235 link: '/openapi-ts/plugins/express', 232 236 text: 'Express <span data-soon>soon</span>', 233 237 },
+18
docs/openapi-ts/plugins/elysia.md
··· 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-->
+1
docs/openapi-ts/web-frameworks.md
··· 14 14 - [Angular](/openapi-ts/plugins/angular) 15 15 - [Fastify](/openapi-ts/plugins/fastify) 16 16 - [Adonis](/openapi-ts/plugins/adonis) <span data-soon>Soon</span> 17 + - [Elysia](/openapi-ts/plugins/elysia) <span data-soon>Soon</span> 17 18 - [Express](/openapi-ts/plugins/express) <span data-soon>Soon</span> 18 19 - [Hono](/openapi-ts/plugins/hono) <span data-soon>Soon</span> 19 20 - [Koa](/openapi-ts/plugins/koa) <span data-soon>Soon</span>
+1
packages/openapi-ts/README.md
··· 322 322 - [Ajv](https://heyapi.dev/openapi-ts/plugins/ajv) 323 323 - [Arktype](https://heyapi.dev/openapi-ts/plugins/arktype) 324 324 - [Chance](https://heyapi.dev/openapi-ts/plugins/chance) 325 + - [Elysia](https://heyapi.dev/openapi-ts/plugins/elysia) 325 326 - [Express](https://heyapi.dev/openapi-ts/plugins/express) 326 327 - [Faker](https://heyapi.dev/openapi-ts/plugins/faker) 327 328 - [Falso](https://heyapi.dev/openapi-ts/plugins/falso)