summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Fujino2023-07-03 01:42:55 +0900
committerGitHub2023-07-02 18:42:55 +0200
commit359fefc04aa9885f383ae80c7c11d4713c89b9a5 (patch)
treefd34106db0006b94d3c15283cde3a8c86a06d3b0
parentdcbe62c1447d26fe64466ead26e5dea8afee2f02 (diff)
downloadIT.starlight-359fefc04aa9885f383ae80c7c11d4713c89b9a5.tar.gz
IT.starlight-359fefc04aa9885f383ae80c7c11d4713c89b9a5.tar.bz2
IT.starlight-359fefc04aa9885f383ae80c7c11d4713c89b9a5.zip
i18n(ja): Update customization.mdx (#293)
-rw-r--r--docs/src/content/docs/ja/guides/customization.mdx3
1 files changed, 2 insertions, 1 deletions
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',
},
}),
],