pmd/docs/tooltips.json

20 lines
273 B
JSON
Raw Normal View History

2016-09-07 16:10:48 -04:00
---
layout: null
2016-09-07 16:10:48 -04:00
search: exclude
---
{
"entries":
[
{% for page in site.tooltips %}
{
"doc_id": "{{ page.doc_id }}",
2016-09-07 16:10:48 -04:00
"body": "{{ page.content | strip_newlines | replace: '\', '\\\\' | replace: '"', '\\"' }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]
}