mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
link cocoapods to its help
This commit is contained in:
parent
86a66c7d88
commit
8ec9e83463
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue