Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 2 additions & 4 deletions docs/tutorial/features/mount/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ This allows us to gradually migrate our application to Elysia, or use multiple f

## Assignment

Let's use the preview to **GET '/openapi'**, and see how our API documentation looks like.
Let's use the preview to **GET '/hono'** to see if our Hono route is working.

This API documentation is reflected from your code.

Try to modify the code and see how the documentation changes!
Try to modify the code and see how it changes!

</Editor>
6 changes: 4 additions & 2 deletions docs/tutorial/features/openapi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ bun run dev

## Assignment

Let's use the preview to **GET '/hono'** to see if our Hono route is working.
Let's use the preview to **GET '/openapi'**, and see how our API documentation looks like.

Try to modify the code and see how it changes!
This API documentation is reflected from your code.

Try to modify the code and see how the documentation changes!

</Editor>