diff --git a/static/js/index.es6 b/static/js/index.es6 index 774bde0..ba62bca 100644 --- a/static/js/index.es6 +++ b/static/js/index.es6 @@ -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 %}