Update the documentation for the new exclude behavior
This commit is contained in:
parent
cc2ac99487
commit
f3e9eb92a9
|
@ -64,7 +64,11 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<tr class='setting'>
|
<tr class='setting'>
|
||||||
<td>
|
<td>
|
||||||
<p class='name'><strong>Exclude</strong></p>
|
<p class='name'><strong>Exclude</strong></p>
|
||||||
<p class="description">Exclude directories and/or files from the conversion</p>
|
<p class="description">
|
||||||
|
Exclude directories and/or files from the
|
||||||
|
conversion. These exclusions are relative to the site's
|
||||||
|
source directory.
|
||||||
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td class='align-center'>
|
<td class='align-center'>
|
||||||
<p><code class="option">exclude: [DIR, FILE, ...]</code></p>
|
<p><code class="option">exclude: [DIR, FILE, ...]</code></p>
|
||||||
|
|
Loading…
Reference in New Issue