From: Eduardo San Martin Morote Date: Thu, 15 Apr 2021 14:25:15 +0000 (+0200) Subject: docs: link to v3 X-Git-Tag: v4.0.7~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b273f9817c22f025e8e51c668e6a2479246440f;p=thirdparty%2Fvuejs%2Frouter.git docs: link to v3 --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 631d4245..cb3a5158 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -58,6 +58,10 @@ const config = { text: 'API Reference', link: '/api/', }, + { + text: 'v4.x', + items: [{ text: 'v3.x', link: 'https://router.vuejs.org' }], + }, { text: 'Changelog', link: @@ -188,6 +192,10 @@ const config = { text: 'API 参考', link: '/zh/api/', }, + { + text: 'v4.x', + items: [{ text: 'v3.x', link: 'https://router.vuejs.org/zh' }], + }, { text: '更新日志', link: