This is the guidline for contributing to the Alaska Developers Alliance repository.
Markdown documents are used for generating our static Gatsby JS site.
- VSCode for markdown editing.
- shift + command + v to live preview a markdown file
- For Markdown reference check out https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet.
- Markdown Lint by David Anson is what we use to adhere to good standards and has a convenient VSCode plugin.
- Markdown TOC plugin to automatically generate a TOC for us.
- Generating
- Create your properly indented headers.
- cmd + shift + p to bring up VSCode commands.
- type "Generate TOC for Markdown".
- Regenerating
- Delete the previous TOC at the top of the page.
- cmd + shift + p to bring up VSCode commands.
- type "Generate TOC for Markdown".
- Generating
1. Header + description
2. Table of Contents (use autogen)
3. Sub items and images
# Title
<space>
your description here
H1 with a blank space after gives us horizontal line.
The # indicates the level of heading. Leave a blank space after the heading to create a horizontal line just like the title.
For instance:
## h2 heading
### h3 heading
#### h4 heading
Named Link: [Dev Alliance](https://akdevalliance.com)
Link: https://akdevalliance.com
Images should be place in the img/
folder.
![Codi the Yeti - Alt Text](img/codi.png)