From f3e9eb92a9f1bc29279833c0e8f45599ced909bc Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sat, 11 Jan 2014 15:05:45 -0600 Subject: [PATCH] Update the documentation for the new exclude behavior --- site/docs/configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index 612ce107..10f5b10c 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -64,7 +64,11 @@ class="flag">flags (specified on the command-line) that control them.

Exclude

-

Exclude directories and/or files from the conversion

+

+ Exclude directories and/or files from the + conversion. These exclusions are relative to the site's + source directory. +

exclude: [DIR, FILE, ...]