haskelldocumentation/OUTLINE.md

30 lines
799 B
Markdown
Raw Normal View History

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
----
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
* [](../content/subject1.md)
* [](../content/subject2.md)
* [](../content/subject3.md)
## Section 2
* [](../content/subject4.md)
* [](../content/subject5.md)
* [](../content/subject6.md)