summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Fujino2023-07-15 17:35:20 +0900
committerGitHub2023-07-15 10:35:20 +0200
commit59b952814b5f37f73182477733930af79c8ad3cf (patch)
treef8095d7dbb8cee07ee0b2ab10e75a0219d7ff516
parent6403b896103fd3730c7e24669e383f158272daa2 (diff)
downloadIT.starlight-59b952814b5f37f73182477733930af79c8ad3cf.tar.gz
IT.starlight-59b952814b5f37f73182477733930af79c8ad3cf.tar.bz2
IT.starlight-59b952814b5f37f73182477733930af79c8ad3cf.zip
i18n(ja): Update configuration.md (#342)
-rw-r--r--docs/src/content/docs/ja/reference/configuration.md5
1 files changed, 4 insertions, 1 deletions
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<Record<'codeberg' | 'discord' | 'github' | 'linkedin' | 'mastodon' | 'threads' | 'twitch' | 'twitter' | 'youtube', string>>`
このサイトのソーシャルメディアアカウントに関する任意の項目です。これらのいずれかを追加すると、サイトヘッダーにアイコンリンクとして表示されます。
@@ -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',
},