diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 22:11:45 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 22:11:45 +0900 |
| commit | cf34e15ddedb9f8665045389e90f5f198989a23d (patch) | |
| tree | 0365f024c0760f235ace807cfb7034f7f8f995ab /docs/src/index.md | |
| parent | 7098bba7b5c516a57e3eaae3f5a3305f8bf5c476 (diff) | |
| download | LunaticChat-cf34e15ddedb9f8665045389e90f5f198989a23d.tar.gz LunaticChat-cf34e15ddedb9f8665045389e90f5f198989a23d.tar.bz2 LunaticChat-cf34e15ddedb9f8665045389e90f5f198989a23d.zip | |
docs: Add LunaticChat docs
Diffstat (limited to 'docs/src/index.md')
| -rw-r--r-- | docs/src/index.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/src/index.md b/docs/src/index.md new file mode 100644 index 0000000..af03977 --- /dev/null +++ b/docs/src/index.md @@ -0,0 +1,27 @@ +--- +# https://vitepress.dev/reference/default-theme-home-page +layout: home + +hero: + name: "LunaticChat Docs" + tagline: Next-generation channel chat plugin + actions: + - theme: brand + text: はじめる + link: /guide/getting-started + - theme: brand + text: リファレンス + link: /reference + - theme: alt + text: GitHub + link: https://github.com/m1sk9/LunaticChat + +features: + - title: キャッシュによる高速動作 + details: ローマ字から日本語の変換はキャッシュを使用し,従来の LunaChat よりも高速に動作します + - title: マルチプラットフォーム対応 (予定) + details: Paper と Velocity のマルチプラットフォームに対応し,サーバ間チャットを実現します + - title: 最新版の対応 + details: 他プラグインとの依存を減らし,常に最新の Minecraft バージョンに対応します +--- + |
