Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 860 Bytes

glossary.md

File metadata and controls

18 lines (16 loc) · 860 Bytes
layout permalink title tags image
page
/glossary/
Say What ?!
acronyms
glossary
feature

A guide to the technobabble

Here are some descriptions of the acronyms and technical terms used. This is a subset of the EGI glossary If you have a suggestion for one, or find one missing, please open a ticket to suggest one for us.

{% assign glossary = site.data.glossary | sort: 'name' %} {% for name in glossary %}

{{ name .description }}
{% endfor %}