diff options
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/docs/getting-started.md | 4 | ||||
| -rw-r--r-- | website/src/download.md | 2 | ||||
| -rw-r--r-- | website/src/en/docs/getting-started.md | 4 | ||||
| -rw-r--r-- | website/src/en/download.md | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/website/src/docs/getting-started.md b/website/src/docs/getting-started.md index 63b52d5..afcb4d7 100644 --- a/website/src/docs/getting-started.md +++ b/website/src/docs/getting-started.md @@ -6,6 +6,10 @@ layout: doc LunaticChat を導入するための手順を説明します. +::: warning Spigot / BungeeCord は非対応です +LunaticChat は Paper / Folia サーバーのみをサポートしています.Spigot / BungeeCord では動作せず,今後も対応予定はありません.Spigot 環境では [LunaChat の Fork](https://github.com/f1w3/LunaChat) の使用を推奨します. +::: + ## 動作要件 | 項目 | 要件 | diff --git a/website/src/download.md b/website/src/download.md index ef1167b..47f4ff5 100644 --- a/website/src/download.md +++ b/website/src/download.md @@ -3,4 +3,6 @@ layout: page title: ダウンロード --- +<!-- ダウンロードページのコンテンツは DownloadCard.vue コンポーネントで管理しています.直書きはしないこと --> + <DownloadCard /> diff --git a/website/src/en/docs/getting-started.md b/website/src/en/docs/getting-started.md index abfd2ac..396cd16 100644 --- a/website/src/en/docs/getting-started.md +++ b/website/src/en/docs/getting-started.md @@ -6,6 +6,10 @@ layout: doc This guide explains how to set up LunaticChat. +::: warning Spigot / BungeeCord is not supported +LunaticChat only supports Paper / Folia servers. It does not work on Spigot or BungeeCord, and there are no plans to support them in the future. For Spigot environments, we recommend using a [fork of LunaChat](https://github.com/f1w3/LunaChat). +::: + ## Requirements | Item | Requirement | diff --git a/website/src/en/download.md b/website/src/en/download.md index e629415..16916b5 100644 --- a/website/src/en/download.md +++ b/website/src/en/download.md @@ -3,4 +3,6 @@ layout: page title: Download --- +<!-- Download page content is managed by the DownloadCard.vue component. Do not write content directly here --> + <DownloadCard /> |
