From 2306c1021c9f819c27c9382ad6a4bc55f8083397 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Thu, 15 Jun 2023 22:01:55 +0900 Subject: i18n(ja): Add showcase.md (#212) Co-authored-by: Chris Swithinbank --- docs/astro.config.mjs | 14 ++++++++------ docs/src/content/docs/ja/showcase.md | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 docs/src/content/docs/ja/showcase.md diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index fbd07e09..51ab0697 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -75,6 +75,7 @@ export default defineConfig({ label: 'Environmental Impact', link: 'environmental-impact', translations: { + // de: '', es: 'Documentación ecológica', ja: '環境への負荷', fr: 'Impact environnemental', @@ -84,12 +85,13 @@ export default defineConfig({ { label: 'Showcase', link: 'showcase', - // translations: { - // es: '', - // ja: '', - // fr: '', - // it: '', - // }, + translations: { + // de: '', + // es: '', + ja: 'ショーケース', + // fr: '', + // it: '', + }, }, ], }, diff --git a/docs/src/content/docs/ja/showcase.md b/docs/src/content/docs/ja/showcase.md new file mode 100644 index 00000000..f4b66fc1 --- /dev/null +++ b/docs/src/content/docs/ja/showcase.md @@ -0,0 +1,16 @@ +--- +title: Starlightショーケース +description: Starlightで作成されたウェブ上のサイトをご覧ください! +--- + +Starlightは、すでにWeb上の本番環境で使用されています。 以下にいくつか例を示すので、確認してみてください。また、Starlightでドキュメントサイトを作成した場合は、ぜひPRしてください! + +- [PubIndexAPI Docs](https://docs.pubindexapi.com/) +- [har.fyi](https://har.fyi/) +- [QBCore Docs](https://brycerussell.github.io/qbcore-docs/) +- [Astro Error Pages](https://astro-error-page-documentation.vercel.app/) +- [Felicity](https://felicity.pages.dev/) +- [NgxEditor](https://sibiraj-s.github.io/ngx-editor/) +- [Starwoof](https://starwoof.vercel.app/) - AstroのBenとChrisが、Astroのペットたちを紹介するStarlightサイトをリアルタイムで作成する様子をご覧ください! [Twitch stream: Astro x Starlight - BLAZING FAST ECO-FRIENDLY NON-GMO ORGANIC docs](https://www.twitch.tv/videos/1841159960) + +[Starlightを使用しているGitHub上のすべてのパブリックプロジェクトのリポジトリ](https://github.com/withastro/starlight/network/dependents)も確認してください。 -- cgit