diff options
author | Junseong Park | 2025-01-14 18:41:09 +0900 |
---|---|---|
committer | GitHub | 2025-01-14 18:41:09 +0900 |
commit | e1b5fa8e7ff357c7f3b0c316f93eb2c85221bc26 (patch) | |
tree | e1f36bcf0bbfee9b45db2ebf3a784259d8cad364 | |
parent | 4b13412b8a7309b8b4cddc1bd0887b419d3eeb83 (diff) | |
download | IT.starlight-e1b5fa8e7ff357c7f3b0c316f93eb2c85221bc26.tar.gz IT.starlight-e1b5fa8e7ff357c7f3b0c316f93eb2c85221bc26.tar.bz2 IT.starlight-e1b5fa8e7ff357c7f3b0c316f93eb2c85221bc26.zip |
i18n(ko-KR): update `plugins.mdx` (#2804)
Co-authored-by: trueberryless <99918022+trueberryless@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/ko/resources/plugins.mdx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/content/docs/ko/resources/plugins.mdx b/docs/src/content/docs/ko/resources/plugins.mdx index c38a5b89..12499d27 100644 --- a/docs/src/content/docs/ko/resources/plugins.mdx +++ b/docs/src/content/docs/ko/resources/plugins.mdx @@ -184,4 +184,9 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; title="@hideoo/starlight-plugin" description="Starlight νλ¬κ·ΈμΈμ λΉ λ₯΄κ² μ€μΊν΄λ©ν μ μλ μμ±κΈ°μ
λλ€." /> + <LinkCard + href="https://github.com/Linkerin/starlight-to-pdf" + title="starlight-to-pdf" + description="Starlight μΉμ¬μ΄νΈλ€μ PDF νμΌλ€λ‘ λ³ννκΈ° μν CLI λꡬμ
λλ€." + /> </CardGrid> |