Docket

Simple markdown to HTML documentation rendering. Docket aims to be a Rust clone of d.

Implementation

The main program will just instantiate a Docket instance with parameters parsed from the command line. The Docket will scan the tree and find pages to be rendered.

When rendering a page:

Once all pages are rendered will will then know the 'pretty' names for each page (extracted from the H1). We can then write out the index page.

TODO