Skip to content

guide_template.md

Jason Brown edited this page Feb 27, 2021 · 3 revisions
---
title: Guide_Title_Here
description: Description_Of_Guide_Here
status: In_Progress_|_Active_|_Other
display: true
---

# Main_Title_of_Guide
_Optional_ Short description of guide's intent

_Optional_ Contents_Links:
- [Section_One](#one)
- [Section_One](#two)
- [Resources](#resources)

<a name="one"></a>
## Section_One
**You can use bold text sparingly when you want to emphasize something more verbose than a heading**

- Use bullet points 
- They're good for scanning
- Keep it brief

### _Optional_ Sub-Section 1
- This heading uses H3
- That's three hashtags in markdown
- keep it to the point

### _Optional_ Sub-Section 2
- Only use this level of granularity if it's useful
- just keep it clear and easy to scan

<a name="two"></a>
## Section Two


<a name="resources"></a>
## Resources

- [Usually be a bulleted link list](LINK_ADDRESS)
- [This too would be a useful link](LINK_ADDRESS)
- [You get the idea](LINK_ADDRESS)


This concludes the content of the guide. There's a standard footer below. Being standard, you'll want to keep that bit, while changing the link accordingly. But this sentence, not so necessary. 


---
## End of Guide

To propose/submit changes, please [edit](https://github.com/ADDRESS_OF_YOUR_GUIDE) the markdown file for this guide 

For an example of how this template works, see the Guide to the Guide Template

Clone this wiki locally