forked from phoedos/pmd
b193bb28d8
git-subtree-dir: docs git-subtree-mainline: 23545aa7ea599faf17737de9879733a1bde700d1 git-subtree-split: 106142b25c9387ffd002437027ced1b04f494205
20 lines
269 B
JSON
20 lines
269 B
JSON
---
|
|
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 %}
|
|
]
|
|
}
|
|
|
|
|
|
|