Add migration guide for new popover handling
[GitHub/WoltLab/woltlab.github.io.git] / tooltips.json
CommitLineData
ac49e024
AE
1---
2layout: none
3search: exclude
4---
5
6{
7"entries":
8[
9{% for page in site.tooltips %}
10{
11"id" : "{{ page.id }}",
12"body": "{{ page.content | strip_newlines | replace: '\', '\\\\' | replace: '"', '\\"' }}"
13} {% unless forloop.last %},{% endunless %}
14{% endfor %}
15]
16}
17
18
19