diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-05-06 06:09:43 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-05-06 06:09:43 +0900 |
| commit | c092edbab0e8b516faaa459f6d0915c7df3cd06f (patch) | |
| tree | 10e9394dcd35270c5374f5396bf8b86b7a711c2b /website/src/index.md | |
| parent | bbd63b0032965ae58f7a20988312ff5012be543f (diff) | |
| download | LunaticChat-c092edbab0e8b516faaa459f6d0915c7df3cd06f.tar.gz LunaticChat-c092edbab0e8b516faaa459f6d0915c7df3cd06f.tar.bz2 LunaticChat-c092edbab0e8b516faaa459f6d0915c7df3cd06f.zip | |
docs: clarify paper/velocity compatibility
Add a dynamic compatibility matrix (GitHub Releases + ProtocolVersion.kt at
each tag) shown on the home page, download page, and a new reference doc.
Split protocol theory and rolling-update rules out of the Velocity feature
guide into the new compatibility reference, and simplify the download notice.
Also set explicit GitHub release titles in the Paper / Velocity workflows so
the awkward paper/v* tag prefix is not the user-facing label.
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src/index.md')
| -rw-r--r-- | website/src/index.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/website/src/index.md b/website/src/index.md index 007a6ad..c1d867d 100644 --- a/website/src/index.md +++ b/website/src/index.md @@ -123,7 +123,18 @@ features: <hr class="home-divider" /> -<!-- Section 5: プラットフォーム --> +<!-- Section 5: 互換性マトリクス --> +<div class="platform-section"> + <h2>Paper / Velocity 互換性</h2> + <p class="section-desc">最新版同士は常に互換.古いバージョンを混在させる場合は下のマトリクスで確認できます</p> + <div style="text-align: left;"> + <CompatibilityMatrix /> + </div> +</div> + +<hr class="home-divider" /> + +<!-- Section 6: プラットフォーム --> <div class="platform-section"> <h2>マルチプラットフォーム対応</h2> <p class="section-desc">サーバーの構成に合わせて柔軟に導入できます</p> |
