link cocoapods to its help

This commit is contained in:
Hui Yiqun 2017-01-21 19:49:40 +08:00
parent 86a66c7d88
commit 8ec9e83463

View File

@ -55,6 +55,9 @@ var mir_tmpl = $("#template").text(),
'weave': {
'url': "/help/weave/"
},
'CocoaPods': {
'url': "/help/CocoaPods/"
},
},
descriptions = {
{% for mir in site.data.mirror_desc %} '{{mir.name}}': '{{mir.desc}}' {% if forloop.index < forloop.length %},{% endif %}{% endfor %}