docket 0.1.2

Simple markdown to HTML documentation rendering
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Usage

To convert a folder full of markdown into a static HTML site is as simple as `docket`. By default the current directory is searched for markdown and the target directory where the site is rendered is `./build`. The source and target directory can be overridden with `-s` and `-t`:

```nohilight
Docket Documentation Generator

Usage: docket [options]

Options:
  -h --help           Show this screen.
  -s, --source=<in>   Documentation directory, default is current directory.
  -t, --target=<out>  Write the output to <out>, default is `./build/`.
```

Further configuration is deliberately left impossible. The aim is to provide a simple way to create documentation without any configuration or theming to provide distractions.