From 59b952814b5f37f73182477733930af79c8ad3cf Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Sat, 15 Jul 2023 17:35:20 +0900 Subject: i18n(ja): Update configuration.md (#342) --- docs/src/content/docs/ja/reference/configuration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/ja/reference/configuration.md b/docs/src/content/docs/ja/reference/configuration.md index d1f3da67..0695c5a0 100644 --- a/docs/src/content/docs/ja/reference/configuration.md +++ b/docs/src/content/docs/ja/reference/configuration.md @@ -290,7 +290,7 @@ starlight({ ### `social` -**type:** `{ codeberg?: string; discord?: string; github?: string; mastodon?: string; twitter?: string; youtube?: string }` +**type:** `Partial>` このサイトのソーシャルメディアアカウントに関する任意の項目です。これらのいずれかを追加すると、サイトヘッダーにアイコンリンクとして表示されます。 @@ -300,7 +300,10 @@ starlight({ codeberg: 'https://codeberg.org/knut/examples', discord: 'https://astro.build/chat', github: 'https://github.com/withastro/starlight', + linkedin: 'https://www.linkedin.com/company/astroinc', mastodon: 'https://m.webtoo.ls/@astro', + threads: 'https://www.threads.net/@nmoodev', + twitch: 'https://www.twitch.tv/bholmesdev', twitter: 'https://twitter.com/astrodotbuild', youtube: 'https://youtube.com/@astrodotbuild', }, -- cgit