Open
Conversation
jesslark
requested changes
Dec 1, 2021
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 |
Owner
There was a problem hiding this comment.
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.