From 8ec9e83463e862a6609a86e312f4ebc7e1bd6e4e Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Sat, 21 Jan 2017 19:49:40 +0800 Subject: [PATCH] link cocoapods to its help --- static/js/index.es6 | 3 +++ 1 file changed, 3 insertions(+) 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 %}