diff options
author | Shinya Fujino | 2023-07-15 17:33:40 +0900 |
---|---|---|
committer | GitHub | 2023-07-15 10:33:40 +0200 |
commit | 8cdcc8bca0c910bc6167455a78de6d50fd8f1603 (patch) | |
tree | 0ef1716dc12b6ffdd867c9d45424781ec1fe9520 | |
parent | b1ac8689ad67f04c06376cb68979caa677ae7026 (diff) | |
download | IT.starlight-8cdcc8bca0c910bc6167455a78de6d50fd8f1603.tar.gz IT.starlight-8cdcc8bca0c910bc6167455a78de6d50fd8f1603.tar.bz2 IT.starlight-8cdcc8bca0c910bc6167455a78de6d50fd8f1603.zip |
i18n(ja): Update customization.mdx (#340)
-rw-r--r-- | docs/src/content/docs/ja/guides/customization.mdx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/src/content/docs/ja/guides/customization.mdx b/docs/src/content/docs/ja/guides/customization.mdx index d5bf031e..55db2b69 100644 --- a/docs/src/content/docs/ja/guides/customization.mdx +++ b/docs/src/content/docs/ja/guides/customization.mdx @@ -173,7 +173,7 @@ defineConfig({ Starlightは、Starlightインテグレーションの[`social`](/ja/reference/configuration/#social)オプションを使用して、サイトヘッダーにソーシャルメディアアカウントへのリンクを追加する機能を備えています。 -現在、Codeberg、Discord、GitHub、Mastodon、Twitter、YouTubeへのリンクがサポートされています。他のサービスのサポートが必要な場合は、GitHubまたはDiscordでお知らせください! +現在、Codeberg、Discord、GitHub、LinkedIn、Mastodon、Threads、Twitch、Twitter、YouTubeへのリンクがサポートされています。他のサービスのサポートが必要な場合は、GitHubまたはDiscordでお知らせください! ```js // astro.config.mjs @@ -185,12 +185,8 @@ export default defineConfig({ starlight({ title: 'ソーシャルリンクを設定したドキュメント', social: { - codeberg: 'https://codeberg.org/knut/examples', discord: 'https://astro.build/chat', github: 'https://github.com/withastro/starlight', - mastodon: 'https://m.webtoo.ls/@astro', - twitter: 'https://twitter.com/astrodotbuild', - youtube: 'https://youtube.com/@astrodotbuild', }, }), ], |