Junseong Park
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. π 
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) ```
@notpeter This method works! thank you
I will resolve this issue in #10608.
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...