From 4c2af7c288b341e5434d263b3160be68fc339c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Hibbitts=20=F0=9F=8D=81?= Date: Sun, 2 Aug 2026 13:50:23 -0700 Subject: [PATCH 1/2] Fix script source for zoom-image plugin in docs Updated the script source for the zoom-image plugin in the v5 upgrade documentation. --- docs/v5-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v5-upgrade.md b/docs/v5-upgrade.md index cd30ce455d..9fec7c4c41 100644 --- a/docs/v5-upgrade.md +++ b/docs/v5-upgrade.md @@ -101,7 +101,7 @@ View [Theme Classes](themes.md?id=classes) for more details. - + ``` **Note:** If you're using additional Docsify plugins (such as emoji, external-script, front-matter, etc.), you'll need to update those URLs as well following the same pattern: From 8e6d726978a5a2b906b9feb85f9bf103ee1b59dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Hibbitts=20=F0=9F=8D=81?= Date: Sun, 2 Aug 2026 15:39:25 -0700 Subject: [PATCH 2/2] Update CDN path, version, and plugin names in upgrade doc --- docs/v5-upgrade.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/v5-upgrade.md b/docs/v5-upgrade.md index 9fec7c4c41..4a7f6b6cdd 100644 --- a/docs/v5-upgrade.md +++ b/docs/v5-upgrade.md @@ -115,7 +115,6 @@ View [Theme Classes](themes.md?id=classes) for more details. - **CDN Path**: Changed from `/lib/` to `/dist/` - **Version**: Updated from `@4` to `@5` - **Themes**: v5 uses a core theme (with optional add-ons available) -- **Plugin Names**: `zoom-image` → `zoom` ## Additional Notes