diff options
author | Shinya Fujino | 2024-02-23 18:31:33 +0900 |
---|---|---|
committer | GitHub | 2024-02-23 10:31:33 +0100 |
commit | 7f727a93b0c8bb2ba0cc22d9390b54d54765b532 (patch) | |
tree | 1a665a6ebb7cf263ae1189c4cee49f3d0c7a22d1 | |
parent | fd781226cdb5e42978caceecd3c74a6ff2bcf890 (diff) | |
download | IT.starlight-7f727a93b0c8bb2ba0cc22d9390b54d54765b532.tar.gz IT.starlight-7f727a93b0c8bb2ba0cc22d9390b54d54765b532.tar.bz2 IT.starlight-7f727a93b0c8bb2ba0cc22d9390b54d54765b532.zip |
i18n(ja): Update plugins.mdx (#1550)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/ja/resources/plugins.mdx | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/docs/src/content/docs/ja/resources/plugins.mdx b/docs/src/content/docs/ja/resources/plugins.mdx index 2de19ae7..11bed6a7 100644 --- a/docs/src/content/docs/ja/resources/plugins.mdx +++ b/docs/src/content/docs/ja/resources/plugins.mdx @@ -36,6 +36,26 @@ Starlight向けのプラグインやツールを作成しましたか?この title="starlight-typedoc" description="TypeDocにより、TypeScriptコードからStarlightページを生成します。" /> + <LinkCard + href="https://github.com/HiDeoo/starlight-blog" + title="starlight-blog" + description="ドキュメントサイトにブログを追加します。" + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-openapi" + title="starlight-openapi" + description="OpenAPI/Swaggerの仕様からドキュメントページを作成します。" + /> + <LinkCard + href="https://github.com/HiDeoo/starlight-obsidian" + title="starlight-obsidian" + description="Obsidianの保管庫をStarlightサイトに公開します。" + /> + <LinkCard + href="https://astro-ghostcms.xyz/intro/starlight/install/" + title="starlight-ghostcms" + description="GhostCMSのブログ投稿をStarlightドキュメントに追加します。" + /> </CardGrid> ## コミュニティ製ツールとインテグレーション @@ -51,16 +71,6 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; description="ユーザーフィードバックシステムをドキュメントページに追加します。" /> <LinkCard - href="https://github.com/HiDeoo/starlight-blog" - title="starlight-blog" - description="ドキュメントサイトにブログを追加します。" - /> - <LinkCard - href="https://github.com/HiDeoo/starlight-openapi" - title="starlight-openapi" - description="OpenAPI/Swaggerの仕様からドキュメントページを作成します。" - /> - <LinkCard href="https://github.com/val-town/notion-to-astro" title="notion-to-astro" description="NotionのエクスポートをAstro Starlightドキュメントに変換します。" @@ -70,4 +80,9 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components'; title="astro-live-code" description="MDXコードブロックをインタラクティブなコンポーネントとしてレンダリングします。" /> + <LinkCard + href="https://github.com/HiDeoo/starlight-i18n" + title="starlight-i18n" + description="Starlightページの翻訳を支援するVisual Studio Code拡張機能です。" + /> </CardGrid> |