search-data.json (460B)
1 --- 2 --- 3 { 4 {% for page in site.html_pages %}"{{ forloop.index0 }}": { 5 "id": "{{ forloop.index0 }}", 6 "title": "{{ page.title | xml_escape }}", 7 "content": "{{ page.content | markdownify | strip_html | xml_escape | remove: 'Table of contents' | strip_newlines | replace: '\', ' ' }}", 8 "url": "{{ page.url | absolute_url | xml_escape }}", 9 "relUrl": "{{ page.url | xml_escape }}" 10 }{% if forloop.last %}{% else %}, 11 {% endif %}{% endfor %} 12 }