mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
---
|
|
layout: null
|
|
---
|
|
{
|
|
"terms":[
|
|
{% for entry in site.data.glossary %}
|
|
{
|
|
"term": {{ entry[0] | jsonify }},
|
|
"def": {{ entry[1] | markdownify | replace:'href="#','href="/glossary/?term=' | jsonify }}
|
|
}{% unless forloop.last %},{% endunless %}
|
|
{% endfor %}
|
|
]
|
|
}
|