Junseong Park

Results 10 comments of Junseong Park

thank you Added all updates except the `guides/integrations-guide/markdoc.mdx` file. Latest updates to this file was added in https://github.com/withastro/docs/pull/8171.

thank you All updates have been added.

All updates have been completed. Thank you to everyone who reviewed. In particular, #8226, which updates the `docker.mdx` file, is already reflected in the commit. What part is wrong..?

@notpeter Does this image not explain it well enough? If so, I'm not sure what more information is needed. 😭 ![360806043-296982dc-81d7-45e1-98ee-32e524b70460](https://github.com/user-attachments/assets/8ed6be40-430b-4ce1-b0d0-e383d0223131)

Oh, I see! Is it okay to provide a string like this? The three strings below are Korean, Chinese, and Japanese, respectively. ```md [μ•ˆλ…•ν•˜μ„Έμš”](https://zed.dev) [δ½ ε₯½](https://zed.dev) [こんにけは](https://zed.dev) ```

This issue has been resolved, so closing it.

#### Update code snippets using APIRoute The only difference I see when using `satisfies` in the following code is how the type of the `GET` function is displayed. ```ts export...