This is an automated email from the ASF dual-hosted git repository.

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ada4e4139 patch docusaurus.config.js (#723)
9ada4e4139 is described below

commit 9ada4e41392d732f2d313596926c4bc146b183e3
Author: Sinsy <[email protected]>
AuthorDate: Fri Aug 26 17:42:40 2022 +0800

    patch docusaurus.config.js (#723)
---
 docusaurus.config.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index a2e3de17f2..49aec8d21d 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -57,9 +57,13 @@ module.exports = {
               label: "next",
               to: "/docs/next/index",
             },
+            {
+              label: "2.5.0",
+              to: "/docs/2.5.0/index",
+            },
             {
               label: "2.4.3",
-              to: "/docs/index",
+              to: "/docs/2.4.3/index",
             },
             {
               label: "2.4.2",

Reply via email to