diff options
| author | Mark Otto <[email protected]> | 2014-12-24 02:44:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-24 02:44:38 -0800 |
| commit | 73e59c26e6ecfbc9a34745c6be1152834a0a8daf (patch) | |
| tree | 33f8de65dfd220ed0a43d9dcff5aab2538afaacc /docs/search.json | |
| parent | 952be04cb0b16f393b4440638cd5301a92cf3e43 (diff) | |
| download | bootstrap-73e59c26e6ecfbc9a34745c6be1152834a0a8daf.tar.xz bootstrap-73e59c26e6ecfbc9a34745c6be1152834a0a8daf.zip | |
basic docs search
Diffstat (limited to 'docs/search.json')
| -rw-r--r-- | docs/search.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/search.json b/docs/search.json new file mode 100644 index 000000000..0f13feb0f --- /dev/null +++ b/docs/search.json @@ -0,0 +1,13 @@ +--- +# Leave it empty to compile +--- + +[ + {% for page in site.pages %} + { + "title" : "{{ page.title | escape }}", + "url" : "{{ site.baseurl }}{{ page.url }}", + "date" : "{{ page.date }}" + } {% unless forloop.last %},{% endunless %} + {% endfor %} +] |
