diff --git a/src/content/docs/ja/contribute.mdx b/src/content/docs/ja/contribute.mdx index 5328ec11a86b3..c21465bca6078 100644 --- a/src/content/docs/ja/contribute.mdx +++ b/src/content/docs/ja/contribute.mdx @@ -21,7 +21,7 @@ Astroプロジェクトに貢献する方法はたくさんあります!すべ - [Astro Docs](https://github.com/withastro/docs)は、Astroのウェブサイト全体です!文章だけでなく、a11y、CSS、UI、UXに関する問題を解決するAstroコードによる貢献も歓迎です。また、ドキュメントを数ヶ国語で公開しているので、サイト全体の翻訳への協力も必要としています。 -- WASMとして配布されている、Goで書かれた[Astroコンパイラ](https://github.com/withastro/compiler)。 +- WASMとして配布されている、Rustで書かれた[Astroコンパイラ](https://github.com/withastro/compiler-rs)。 - Astro言語(`.astro`ファイル)に必要なエディターツールである、Astroの[言語ツール](https://github.com/withastro/astro/tree/main/packages/language-tools)。 diff --git a/src/content/docs/ja/getting-started.mdx b/src/content/docs/ja/getting-started.mdx index 75391725e19e7..449977284682d 100644 --- a/src/content/docs/ja/getting-started.mdx +++ b/src/content/docs/ja/getting-started.mdx @@ -5,6 +5,9 @@ i18nReady: true tableOfContents: false editUrl: false next: false +banner: + content: | + Astro v7が登場! サイトのアップグレード方法はこちら hero: title: Astro Docs tagline: Astroを使ってサイトを構築するためのガイド、リソース、APIリファレンス。 diff --git a/src/content/docs/ja/upgrade-astro.mdx b/src/content/docs/ja/upgrade-astro.mdx index ea5a7f381f3ed..a882469b65edf 100644 --- a/src/content/docs/ja/upgrade-astro.mdx +++ b/src/content/docs/ja/upgrade-astro.mdx @@ -102,6 +102,7 @@ Astroの主要なドキュメントページは常に**最新リリースバー 以下のアップグレードガイドでは、新旧のバージョンを比較して変更点を説明しています。アップグレードガイドには、破壊的変更や非推奨化、機能の削除や置換、および使用方法の更新ガイダンスなど、コードの変更を必要とする可能性のあるすべての内容が含まれています。Astroへの各変更には「どうすればいいですか?」というセクションが付属しており、プロジェクトコードを上手く更新するための助けとなるはずです。 +- [v7へのアップグレード](/ja/guides/upgrade-to/v7/) - [v6へのアップグレード](/ja/guides/upgrade-to/v6/) - [v5へのアップグレード](/ja/guides/upgrade-to/v5/) - [v4へのアップグレード](/ja/guides/upgrade-to/v4/) @@ -113,6 +114,7 @@ Astroの主要なドキュメントページは常に**最新リリースバー 古いバージョンのAstroのドキュメントはメンテナンスされていませんが、静的スナップショットとして利用可能です。プロジェクトをアップグレードできないものの、ガイドやリファレンスを参照したい場合は、これらのバージョンのドキュメントを使用してください。 +- [メンテナンスされていないv6.4.8のスナップショット](https://v6.docs.astro.build/ja/getting-started/) - [メンテナンスされていないv5.18.0のスナップショット](https://v5.docs.astro.build/ja/getting-started/) - [メンテナンスされていないv4.16.17のスナップショット](https://v4.docs.astro.build/en/getting-started/) - [メンテナンスされていないv3.6.3のスナップショット](https://web.archive.org/web/20231203051122/https://docs.astro.build/en/getting-started/)