From 95c971e59144ded28f736ebc915294b31fb5f2e6 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:02:35 +0700 Subject: [PATCH] feat: plugin docs modal with markdown rendering --- .vitepress/theme/components/Modal.vue | 107 ++++++++++++++++++ .../theme/components/PluginRegistry.vue | 41 ++++++- package-lock.json | 68 ++++++++++- package.json | 5 +- 4 files changed, 217 insertions(+), 4 deletions(-) create mode 100644 .vitepress/theme/components/Modal.vue diff --git a/.vitepress/theme/components/Modal.vue b/.vitepress/theme/components/Modal.vue new file mode 100644 index 0000000..5435ba3 --- /dev/null +++ b/.vitepress/theme/components/Modal.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/.vitepress/theme/components/PluginRegistry.vue b/.vitepress/theme/components/PluginRegistry.vue index d9811c4..3d3860a 100644 --- a/.vitepress/theme/components/PluginRegistry.vue +++ b/.vitepress/theme/components/PluginRegistry.vue @@ -1,5 +1,7 @@