From 772de0bb3b33c6e66168f16eb2d553fbd5b03cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Hibbitts=20=F0=9F=8D=81?= Date: Fri, 9 Jan 2026 09:05:53 -0800 Subject: [PATCH 1/2] Add v5 Upgrade Notes to sidebar --- docs/_sidebar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 86ad48f6b..d15f53a39 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -27,5 +27,6 @@ - [Embed Files](embed-files.md) - [UI Kit](ui-kit.md) +* [v5 Upgrade Notes](v5-upgrade-notes.md) * [Awesome docsify](awesome.md) * [Changelog](changelog.md) From 7c74ff283acb678e553d2b4a4a5f3aa8d4c481d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Hibbitts=20=F0=9F=8D=81?= Date: Fri, 9 Jan 2026 09:06:36 -0800 Subject: [PATCH 2/2] Add alias for v5 upgrade notes in Docsify config --- docs/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index 91487eb74..267f8e2fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -103,6 +103,8 @@ // Docsify configuration window.$docsify = { alias: { + '.*?/v5-upgrade-notes': + 'https://raw.githubusercontent.com/docsifyjs/v5-upgrade-notes/master/README.md', '.*?/awesome': 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md', '.*?/changelog':