Skip to content

Commit 9f80854

Browse files
committed
i18n(ja): update contribute.mdx, getting-started.mdx, and upgrade-astro.mdx
1 parent c086eca commit 9f80854

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/content/docs/ja/contribute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Astroプロジェクトに貢献する方法はたくさんあります!すべ
2121

2222
- [Astro Docs](https://github.com/withastro/docs)は、Astroのウェブサイト全体です!文章だけでなく、a11y、CSS、UI、UXに関する問題を解決するAstroコードによる貢献も歓迎です。また、ドキュメントを数ヶ国語で公開しているので、サイト全体の翻訳への協力も必要としています。
2323

24-
- WASMとして配布されている、Goで書かれた[Astroコンパイラ](https://github.com/withastro/compiler)
24+
- WASMとして配布されている、Rustで書かれた[Astroコンパイラ](https://github.com/withastro/compiler-rs)
2525

2626
- Astro言語(`.astro`ファイル)に必要なエディターツールである、Astroの[言語ツール](https://github.com/withastro/astro/tree/main/packages/language-tools)
2727

src/content/docs/ja/getting-started.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ i18nReady: true
55
tableOfContents: false
66
editUrl: false
77
next: false
8+
banner:
9+
content: |
10+
Astro v7が登場! <a href="/ja/guides/upgrade-to/v7/">サイトのアップグレード方法はこちら</a>
811
hero:
912
title: Astro Docs
1013
tagline: Astroを使ってサイトを構築するためのガイド、リソース、APIリファレンス。

src/content/docs/ja/upgrade-astro.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Astroの主要なドキュメントページは常に**最新リリースバー
102102

103103
以下のアップグレードガイドでは、新旧のバージョンを比較して変更点を説明しています。アップグレードガイドには、破壊的変更や非推奨化、機能の削除や置換、および使用方法の更新ガイダンスなど、コードの変更を必要とする可能性のあるすべての内容が含まれています。Astroへの各変更には「どうすればいいですか?」というセクションが付属しており、プロジェクトコードを上手く更新するための助けとなるはずです。
104104

105+
- [v7へのアップグレード](/ja/guides/upgrade-to/v7/)
105106
- [v6へのアップグレード](/ja/guides/upgrade-to/v6/)
106107
- [v5へのアップグレード](/ja/guides/upgrade-to/v5/)
107108
- [v4へのアップグレード](/ja/guides/upgrade-to/v4/)
@@ -113,6 +114,7 @@ Astroの主要なドキュメントページは常に**最新リリースバー
113114

114115
古いバージョンのAstroのドキュメントはメンテナンスされていませんが、静的スナップショットとして利用可能です。プロジェクトをアップグレードできないものの、ガイドやリファレンスを参照したい場合は、これらのバージョンのドキュメントを使用してください。
115116

117+
- [メンテナンスされていないv6.4.8のスナップショット](https://v6.docs.astro.build/ja/getting-started/)
116118
- [メンテナンスされていないv5.18.0のスナップショット](https://v5.docs.astro.build/ja/getting-started/)
117119
- [メンテナンスされていないv4.16.17のスナップショット](https://v4.docs.astro.build/en/getting-started/)
118120
- [メンテナンスされていないv3.6.3のスナップショット](https://web.archive.org/web/20231203051122/https://docs.astro.build/en/getting-started/)

0 commit comments

Comments
 (0)