YAML
YAML (noun) means a plain-text format for writing structured data — lists, settings and named values — designed to be easy for people to read and edit. Instead of brackets, it uses line breaks, dashes and indentation to show how items relate to one another. It stores information; it does not give instructions, so it is not a programming language. Example: “The whole deployment is configured in a single YAML file.”
How to use YAML
Learner’s notesIn plain EnglishA tidy way of writing settings and lists in a text file so people can read them easily.
Technical, very common in software configuration and deployment.
Fill the gap
Can you complete this real example?
The whole deployment is configured in a single _____ file.
Etymology
A recursive acronym for YAML Ain't Markup Language; it originally stood for Yet Another Markup Language.