github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/docs/assets/js/search-data.json (about)

     1  ---
     2  ---
     3  {
     4    {% assign comma = false %}
     5    {% for page in site.html_pages %}{% if page.search_exclude != true %}{% if comma == true%},{% endif %}"{{ forloop.index0 }}": {
     6      "title": "{{ page.title | replace: '&', '&' }}",
     7      "content": {{ page.content | strip_html | replace_regex: "[\s/\n]+"," " | strip | jsonify }},
     8      "url": "{{ page.url | absolute_url }}",
     9      "relUrl": "{{ page.url }}"
    10    }{% assign comma = true %}
    11    {% endif %}{% endfor %}
    12  }