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) 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':