summaryrefslogtreecommitdiff
path: root/docs/archive
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-03-05 21:25:51 +0900
committerSho Sakuma <me@m1sk9.dev>2026-03-05 21:25:51 +0900
commit13c948cb749f8cccacc10eed94664133195337f9 (patch)
treecda7bdc8db7026b7847c5342c78ea690496bc6ca /docs/archive
parente02f825dbba52d3100c86e6f783cd88a33b7ed22 (diff)
downloadLunaticChat-13c948cb749f8cccacc10eed94664133195337f9.tar.gz
LunaticChat-13c948cb749f8cccacc10eed94664133195337f9.tar.bz2
LunaticChat-13c948cb749f8cccacc10eed94664133195337f9.zip
feat(docs): add version system with @viteplus/versions
Introduce multi-version documentation support using @viteplus/versions. Add VersionSwitcher nav component, VersionBanner for non-latest versions, custom theme with Layout override, and v1 archive placeholder. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs/archive')
-rw-r--r--docs/archive/v1/index.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/archive/v1/index.md b/docs/archive/v1/index.md
new file mode 100644
index 0000000..51834ed
--- /dev/null
+++ b/docs/archive/v1/index.md
@@ -0,0 +1,23 @@
+---
+# https://vitepress.dev/reference/default-theme-home-page
+layout: home
+
+hero:
+ name: 'LunaticChat'
+ tagline: A next-generation chat plugin for Paper, Folia and Velocity.
+ actions:
+ - theme: alt
+ text: GitHub
+ link: https://github.com/m1sk9/LunaticChat
+ image:
+ src: /icon.png
+ alt: LunaticChat Logo
+---
+
+::: warning
+
+このドキュメントは現在編集中です.現行安定版のドキュメントではありません.
+
+現行のバージョンについては [こちら](/) をご覧ください.
+
+:::