Sha256: 6e3753ea8c8d2945585312b79a70c4241eb6866af4c19aafd3990f37897f23d9

Contents?: true

Size: 460 Bytes

Versions: 7

Compression:

Stored size: 460 Bytes

Contents

---
---
{
  {% for page in site.html_pages %}"{{ forloop.index0 }}": {
    "id": "{{ forloop.index0 }}",
    "title": "{{ page.title | xml_escape }}",
    "content": "{{ page.content | markdownify | strip_html | xml_escape | remove: 'Table of contents' | strip_newlines | replace: '\', ' ' }}",
    "url": "{{ page.url | absolute_url | xml_escape }}",
    "relUrl": "{{ page.url | xml_escape }}"
  }{% if forloop.last %}{% else %},
  {% endif %}{% endfor %}
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
just-the-docs-0.2.1 assets/js/search-data.json
just-the-docs-0.2.0 assets/js/search-data.json
just-the-docs-0.1.6 assets/js/search-data.json
just-the-docs-0.1.5 assets/js/search-data.json
just-the-docs-0.1.4 assets/js/search-data.json
just-the-docs-0.1.3 assets/js/search-data.json
just-the-docs-0.1.2 assets/js/search-data.json