Files
docker-docs/glossary.md
Sebastiaan van Stijn 3f13c2d20b glossary: remove glossary search scripts
This was added in 1a6874fcb4, but later
got disabled, and now no longer is in use.

We can restore these scripts or re-implement if we ever decide
to bring back similar functionality.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-08 09:58:24 +02:00

863 B

title, description, keywords, notoc, noratings, skip_read_time, redirect_from
title description keywords notoc noratings skip_read_time redirect_from
Glossary Glossary of terms used around Docker glossary, docker, terms, definitions true true true
/engine/reference/glossary/
/reference/glossary/
{%- for entry in site.data.glossary -%} {%- assign id = entry[0] | slugify -%} {%- endfor -%}
TermDefinition
{{ entry[0] }} {{ entry[1] | markdownify }}