Skip to content

Add new acronyms#178

Open
celanthe wants to merge 1 commit intojesslark:masterfrom
celanthe:add-new-acronyms
Open

Add new acronyms#178
celanthe wants to merge 1 commit intojesslark:masterfrom
celanthe:add-new-acronyms

Conversation

@celanthe
Copy link

@celanthe celanthe commented Dec 1, 2021

What was done: Added new acronyms for CFP, K8s, YAML, and Markdown

Why it was done: To raise awareness of these particular shorthand verbiage uses and what they mean

Accessibility checklist:

All text is formatted correctly, and no screenshots were used.

Comment on lines +812 to +826
{
"word"; "YAML",
"definition"; "YAML (short for Yet Another Markdown Language or YAML Ain't Markup Launguage) YAML™ (rhymes with “camel”) is a human-friendly, cross language, Unicode based data serialization language designed around the common native data types of dynamic programming languages."
"wikilink"; "https://en.wikipedia.org/wiki/YAML"
}
{
"word"; "K8s",
"definition"; "K8s (short for Kubernetes) is an open-source container orchestrator that uses a combination of containers and virtual machines to deploy, schedule, and manage applications across a cluster of servers. Kubernetes is a distributed system that uses a shared configuration and state model, and is designed to be highly available and fault-tolerant."
"wikilink"; "https://en.wikipedia.org/wiki/Kubernetes"
}
{
"word"; "Markdown",
"definition"; "Markdown is a lightweight markup language, originally created for the web, that is easy to read and write. It is a plain text format that is used to create documents that are accessible to people with disabilities, and to create documents that are easy to read and write."
"wikilink"; "https://en.wikipedia.org/wiki/Markdown"
} No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!! Couple small things:

The semicolons should be colons :
there should be a comma , after the definition value, like after the word value.

Looks like the first one for CFP is formatted correctly.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments