From 359fefc04aa9885f383ae80c7c11d4713c89b9a5 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Mon, 3 Jul 2023 01:42:55 +0900 Subject: i18n(ja): Update customization.mdx (#293) --- docs/src/content/docs/ja/guides/customization.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/ja/guides/customization.mdx b/docs/src/content/docs/ja/guides/customization.mdx index 6bf47f11..2505338a 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へのリンクがサポートされています。他のサービスのサポートが必要な場合は、GitHubまたはDiscordでお知らせください! +現在、Codeberg、Discord、GitHub、Mastodon、Twitter、YouTubeへのリンクがサポートされています。他のサービスのサポートが必要な場合は、GitHubまたはDiscordでお知らせください! ```js // astro.config.mjs @@ -190,6 +190,7 @@ export default defineConfig({ github: 'https://github.com/withastro/starlight', mastodon: 'https://m.webtoo.ls/@astro', twitter: 'https://twitter.com/astrodotbuild', + youtube: 'https://youtube.com/@astrodotbuild', }, }), ], -- cgit