You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/10/22 09:13:32 UTC

[incubator-dubbo-website] branch asf-site updated: fix link

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

jerrick 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 8e639ef  fix link
8e639ef is described below

commit 8e639efbe2ba607cb058f59a72a6f826346b4e64
Author: zhuyong <yo...@alibaba-inc.com>
AuthorDate: Mon Oct 22 15:54:47 2018 +0800

    fix link
---
 build/documentation.js | 2 +-
 site_config/develop.js | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build/documentation.js b/build/documentation.js
index 8272856..d8353bd 100644
--- a/build/documentation.js
+++ b/build/documentation.js
@@ -3,4 +3,4 @@
   Licensed under the MIT License (MIT), see
   http://jedwatson.github.io/classnames
 */
-!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var l=n.apply(null,r);l&&e.push(l)}else if("object"===o)for(var a in r)i.call(r,a)&&r[a]&&e.push(a)}}return e.join(" ")}var i={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(o=function(){return n}.apply(t,r))&&(e.exports=o))}()},function(e,t,n){"use strict";funct [...]
\ No newline at end of file
+!function(){"use strict";function n(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var l=n.apply(null,r);l&&e.push(l)}else if("object"===o)for(var a in r)i.call(r,a)&&r[a]&&e.push(a)}}return e.join(" ")}var i={}.hasOwnProperty;void 0!==e&&e.exports?(n.default=n,e.exports=n):(r=[],void 0!==(o=function(){return n}.apply(t,r))&&(e.exports=o))}()},function(e,t,n){"use strict";funct [...]
\ No newline at end of file
diff --git a/site_config/develop.js b/site_config/develop.js
index 4b7c433..eb26589 100644
--- a/site_config/develop.js
+++ b/site_config/develop.js
@@ -5,11 +5,11 @@ export default {
         children: [
           {
             title: 'How to contribute',
-            language: '/en-us/docs/developers/guide_dev.html', // 开发者文档均以_dev结尾作为文件名,md文件放在docs目录下
+            link: '/en-us/docs/developers/guide_dev.html', // 开发者文档均以_dev结尾作为文件名,md文件放在docs目录下
           },
           {
               title: 'Developers',
-              language: '/en-us/docs/developers/developers_dev.html',
+              link: '/en-us/docs/developers/developers_dev.html',
           },
         ],
       }
@@ -22,11 +22,11 @@ export default {
         children: [
           {
             title: '参与贡献',
-            language: '/zh-cn/docs/developers/guide_dev.html',
+            link: '/zh-cn/docs/developers/guide_dev.html',
           },
           {
               title: '开发人员',
-              language: '/zh-cn/docs/developers/developers_dev.html',
+              link: '/zh-cn/docs/developers/developers_dev.html',
           }
         ],
       }