diff options
| author | Mark Otto <[email protected]> | 2017-05-31 21:29:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-31 21:29:23 -0700 |
| commit | f13eb5194019b460eb01cdb251c81c76b2e7d5d0 (patch) | |
| tree | 178410fd574e52b9a0850273dacea566efa2aef0 /docs/search.json | |
| parent | 8a6642bbff3b86a24fc47cad42f5a23af80f057a (diff) | |
| parent | 620257456ed0685cae6b6ff51d2ab1e37f02a4fa (diff) | |
| download | bootstrap-f13eb5194019b460eb01cdb251c81c76b2e7d5d0.tar.xz bootstrap-f13eb5194019b460eb01cdb251c81c76b2e7d5d0.zip | |
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to 'docs/search.json')
| -rw-r--r-- | docs/search.json | 15 |
1 files changed, 0 insertions, 15 deletions
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 %} -] |
