summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Fujino2023-06-15 22:01:55 +0900
committerGitHub2023-06-15 15:01:55 +0200
commit2306c1021c9f819c27c9382ad6a4bc55f8083397 (patch)
tree3a855fbbc288101bf9efc6d1366d6eee6a192560
parentcb5b1210e23548e2983865a4b38308b0f54dc7ce (diff)
downloadIT.starlight-2306c1021c9f819c27c9382ad6a4bc55f8083397.tar.gz
IT.starlight-2306c1021c9f819c27c9382ad6a4bc55f8083397.tar.bz2
IT.starlight-2306c1021c9f819c27c9382ad6a4bc55f8083397.zip
i18n(ja): Add showcase.md (#212)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r--docs/astro.config.mjs14
-rw-r--r--docs/src/content/docs/ja/showcase.md16
2 files changed, 24 insertions, 6 deletions
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)も確認してください。