Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/plugins/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ head:

- - meta
- name: 'description'
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysia/swagger".
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysiajs/swagger".

- - meta
- name: 'og:description'
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysia/swagger".
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysiajs/swagger".
---

<script setup lang="ts">
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ head:

- - meta
- name: 'description'
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysia/swagger".
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysiajs/swagger".

- - meta
- name: 'og:description'
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysia/swagger".
content: Plugin for Elysia that adds support for generating Swagger API documentation for Elysia Server. Start by installing the plugin with "bun add @elysiajs/swagger".
---

::: warning
Expand All @@ -26,7 +26,7 @@ This plugin generates a Swagger endpoint for an Elysia server
Install with:

```bash
bun add @elysia/swagger
bun add @elysiajs/swagger
Comment thread
coderabbitai[bot] marked this conversation as resolved.
```

Then use it:
Expand Down