From 7ff2909447b9eb469827529caccafa63277f8b97 Mon Sep 17 00:00:00 2001 From: knowledgecode Date: Thu, 28 Aug 2025 17:45:26 +0900 Subject: [PATCH] Add lowercase documentation files for VitePress compatibility - Add migration.md for VitePress URL routing - Add plugins.md for VitePress URL routing - Fix 404 errors in deployed documentation site --- docs/{MIGRATION.md => migration.md} | 0 docs/{PLUGINS.md => plugins.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename docs/{MIGRATION.md => migration.md} (100%) rename docs/{PLUGINS.md => plugins.md} (100%) diff --git a/docs/MIGRATION.md b/docs/migration.md similarity index 100% rename from docs/MIGRATION.md rename to docs/migration.md diff --git a/docs/PLUGINS.md b/docs/plugins.md similarity index 100% rename from docs/PLUGINS.md rename to docs/plugins.md