haskelldocumentation/OUTLINE.md

30 lines
869 B
Markdown
Raw Normal View History

2015-02-24 09:20:17 +00:00
---
2015-02-24 09:18:51 +00:00
title: Outline Sample
author: John Doe <johndoe@example.com>
description: This is a short, plain-text description of the outline. It's optional, but may prove useful to others.
first-written: 2015-02-24
last-updated: 2015-02-24
last-reviewed: 2015-02-24
2015-02-24 09:20:17 +00:00
---
2015-02-24 09:18:51 +00:00
You can use any kind of Markdown in an outline. But the recommendation is: give a short explanation in the intro of:
* What this contains
* Prior knowledge assumed
* Recommended tooling to have installed to follow along
* Possibly: how long it will take to complete
Then set up your outline as flat lists in individual sections
## Section 1
2015-02-24 09:35:18 +00:00
* [insert-title](../content/subject1.md)
* [insert-title](../content/subject2.md)
* [insert-title](../content/subject3.md)
2015-02-24 09:18:51 +00:00
## Section 2
2015-02-24 09:35:18 +00:00
* [insert-title](../content/subject4.md)
* [insert-title](../content/subject5.md)
* [insert-title](../content/subject6.md)