From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/search.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/search.json (limited to 'docs/search.json') diff --git a/docs/search.json b/docs/search.json deleted file mode 100644 index 7cd8517bc..000000000 --- a/docs/search.json +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Leave it empty to compile ---- - -[ -{% assign sorted_pages = site.html_pages | sort: 'title' %} -{% for page in sorted_pages %} - {% if page.title %} - { - "title" : {{ page.title | jsonify }}, - "url" : "{{ site.baseurl }}{{ page.url }}" - } {% unless forloop.last %},{% endunless %} - {% endif %} -{% endfor %} -] -- cgit v1.2.3