Template for term.md
Create a file named <term>.md
(replace <term>
with your term in all-lowercase, and -
replacing any spaces in the term). Put the file inside the terms
directory in a new editing branch for the glossary
repository.
Inside the file, copy and paste the following markdown and edit as you see fit. Note that the Readings
, Tutorials
, and Cheat sheets
headings are all optional.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | # <term>
Add the explanation of the term in this first paragraph, and then use as many paragraphs as you need.
## Readings
- Author, [Reading Title](https://reading.com) Explanatory text here about why it's a good reading to embark on to learn more about the term.
## Tutorials
- [Tutorial title](https://reading.com) Explanatory text here about why we think this is a good tutorial to take on in order to better understand the term.
## Cheat sheets
- [Cheat sheet name](https://cheat-sheet-link.com) Explanatory text here.
|