Revert "cleanup and new navigation ideas"

This commit is contained in:
Tom Johnson
2016-06-10 16:00:23 -07:00
committed by GitHub
parent e48d3757be
commit 6653e1a846
124 changed files with 1627 additions and 987 deletions

View File

@@ -1,17 +1,20 @@
---
layout: null
layout: none
search: exclude
---
{
"entries": [
{% for page in site.tooltips %}
{% if page.product == "mydoc" %}
{
"id": "{{ page.id }}",
"body": "{{ page.content | strip_newlines | replace: '\', '\\\\' | replace: '"', '\\"' }}"
}
{% unless forloop.last %},{% endunless %}
{% endif %}
{% endfor %}
]
"entries":
[
{% for page in site.tooltips %}
{% if page.product == "mydoc" %}
{
"id" : "{{ page.id }}",
"body": "{{ page.content | strip_newlines | replace: '\', '\\\\' | replace: '"', '\\"' }}"
} {% unless forloop.last %},{% endunless %}
{% endif %}
{% endfor %}
]
}