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

liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9f44efd  add 'version and upgrade' menu.
9f44efd is described below

commit 9f44efdd3e7f8d99ca217188567a2162493af20a
Author: ken.lj <[email protected]>
AuthorDate: Tue Jan 29 11:59:18 2019 +0800

    add 'version and upgrade' menu.
---
 site_config/docs.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/site_config/docs.js b/site_config/docs.js
index 54a4d8c..0d8b766 100644
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -1039,7 +1039,13 @@ export default {
                     },
                     {
                         title: '版本与升级',
-                        link: '/zh-cn/docs/user/version-upgrading.html'
+                        link: '/zh-cn/docs/user/versions/index.html'
+                        children: [
+                            {
+                                title: '2.7.x升级步骤及注意事项',
+                                link: 
'/zh-cn/docs/user/versions/version-270.html'
+                            }
+                        ]
                     }
                 ],
             },

Reply via email to