summaryrefslogtreecommitdiffstats
path: root/tooltips.json
blob: ec2b790c299063fb9bbda922ca54e00445041310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: none
search: exclude
---

{
"entries":
[
{% for page in site.tooltips %}
{
"id"    : "{{ page.id }}",
"body": "{{ page.content | strip_newlines | replace: '\', '\\\\' | replace: '"', '\\"' }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]
}