File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ i18nReady: true
55tableOfContents : false
66editUrl : false
77next : false
8+ banner :
9+ content : |
10+ Astro v7が登場! <a href="/ja/guides/upgrade-to/v7/">サイトのアップグレード方法はこちら</a>
811hero :
912 title : Astro Docs
1013 tagline : Astroを使ってサイトを構築するためのガイド、リソース、APIリファレンス。
Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments